ModelUserTextContainsKey Method |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
Return Value
Type:
BooleanImplements
IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
See Also