Click or drag to resize

DictionaryElementContains Method (KeyValuePairString, Object)

[Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public bool Contains(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="item"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Frontenac.Blueprints.DictionaryElement.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Implements

ICollectionTContains(T)
See Also