Click or drag to resize
ReadOnlyDictionaryTKey, TValueContains Method
确定集合中是否包含特定值。

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
要在集合中定位的对象。

Return Value

Type: Boolean
如果在集合中找到[P:item],则为true;否则为false。

Implements

ICollectionTContains(T)
See Also