Share via


ParameterCollection.TryGetValue<T>(String, T) Method

Definition

public bool TryGetValue<T> (string key, out T value);
override this.TryGetValue : string * 'T -> bool
Public Function TryGetValue(Of T) (key As String, ByRef value As T) As Boolean

Type Parameters

T

Parameters

key
String
value
T

Returns

Applies to