[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool TryGetValue(
string name,
out T value
)
public bool TryGetValue(
string name,
out T value
)
Public Function TryGetValue (
name As String,
<OutAttribute> ByRef value As T
) As Boolean
Public Function TryGetValue (
name As String,
<OutAttribute> ByRef value As T
) As Boolean
public:
bool TryGetValue(
String^ name,
[OutAttribute] T% value
)
public:
bool TryGetValue(
String^ name,
[OutAttribute] T% value
)
member TryGetValue :
name : string *
value : 'T byref -> bool
member TryGetValue :
name : string *
value : 'T byref -> bool
Return Value
Type:
Boolean