Check if Key exists in Dictionary
Declaration Syntax
C# |
public bool ContainsKey( TKey key )
Parameters
- key ( TKey )
- Key to check for
Return Value
true
True
true
if found,
false
False
false
otherwise
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)