DictionaryElementContainsKey Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.ContainsKey(System.String)"]
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual bool ContainsKey(
string key
)
Public Overridable Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
)
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.ContainsKey(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Frontenac.Blueprints.DictionaryElement.ContainsKey(System.String)"]
Implements
IDictionaryTKey, TValueContainsKey(TKey)
See Also