KeyedCommandifiedListT, TKeyValueContainsKey Method |
Determines whether the specified key is present
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public bool ContainsKey(
TKeyValue key
)
Public Function ContainsKey (
key As TKeyValue
) As Boolean
Parameters
- key
- Type: TKeyValue
The key.
Return Value
Type:
Boolean if the specified key is present, false otherwise.
See Also