Click or drag to resize
SyncDictionaryContains Method

[Missing <summary> documentation for "M:X3Platform.Collections.SyncDictionary.Contains(System.Object)"]

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:X3Platform.Collections.SyncDictionary.Contains(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Collections.SyncDictionary.Contains(System.Object)"]

Implements

IDictionaryContains(Object)
See Also