Public Function TryGetValue ( _ key As TKey, _ <OutAttribute> ByRef value As TValue _ ) As Boolean
Dim instance As Dictionary(Of TKey, TValue) Dim key As TKey Dim value As TValue Dim returnValue As Boolean returnValue = instance.TryGetValue(key, value)
public bool TryGetValue ( TKey key, out TValue value )
public: virtual bool TryGetValue ( TKey key, [OutAttribute] TValue% value ) sealed
public final boolean TryGetValue ( TKey key, /** @attribute OutAttribute() */ /** @ref */ TValue value )
Not applicable.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition