Click or drag to resize

DictionaryElementContains Method (Object)

[Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Object)"]

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Object)"]

Implements

IDictionaryContains(Object)
See Also