Variant.TryGetValue<T>(T) Method

Definition

TBD.

public bool TryGetValue<T> (out T value);
member this.TryGetValue : 'T -> bool
Public Function TryGetValue(Of T) (ByRef value As T) As Boolean

Type Parameters

T

Parameters

value
T

Returns

Applies to