Click or drag to resize
SyncDictionaryItem Property

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

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject

Property Value

Type: Object

Implements

IDictionaryItemObject
See Also