Language

RulesResultsInputResults.TryGetValue Method

Definition

public bool TryGetValue(string key, out System.Collections.Generic.List<System.Collections.Generic.List<string>> value);
abstract member TryGetValue : string * List -> bool
override this.TryGetValue : string * List -> bool
Public Function TryGetValue (key As String, ByRef value As List(Of List(Of String))) As Boolean

Parameters

key
String
value
List<List<String>>

Returns

Applies to