Click or drag to resize

ModelUserTextContainsKey Method

Namespace:  Grasshopper.Rhinoceros
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: Boolean

Implements

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
See Also