SyncDictionaryItem Property |
[Missing <summary> documentation for "P:X3Platform.Collections.SyncDictionary.Item(System.Object)"]
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Object this[
Object key
] { get; set; }
public:
virtual property Object^ default[Object^ key] {
Object^ get (Object^ key) sealed;
void set (Object^ key, Object^ value) sealed;
}
Parameters
- key
- Type: SystemObject
Property Value
Type:
ObjectImplements
IDictionaryItemObject
See Also