StartIndexDictionaryContainsKey Method |
Determines whether the read-only dictionary contains an element that has the specified key.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool ContainsKey(
int key
)
Public Function ContainsKey (
key As Integer
) As Boolean
Dim instance As StartIndexDictionary
Dim key As Integer
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
Parameters
- key Int32
- The key to locate.
Return Value
Boolean if the read-only dictionary contains an element that has the specified key; otherwise,
.
Implements
IReadOnlyDictionaryTKey, TValueContainsKey(TKey)Exceptions See Also