DictionaryElementTryGetValue Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.TryGetValue(System.String,System.Object@)"]
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual bool TryGetValue(
string key,
out Object value
)
Public Overridable Function TryGetValue (
key As String,
<OutAttribute> ByRef value As Object
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] Object^% value
)
abstract TryGetValue :
key : string *
value : Object byref -> bool
override TryGetValue :
key : string *
value : Object byref -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.TryGetValue(System.String,System.Object@)"]
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.TryGetValue(System.String,System.Object@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Frontenac.Blueprints.DictionaryElement.TryGetValue(System.String,System.Object@)"]
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also