Click or drag to resize

PropertyEntryDictionaryContains Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool Contains(
	KeyValuePair<Object, PropertyEntry> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairObject, PropertyEntry

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also