Click or drag to resize
SyncDictionary Class
同步的集合。
Inheritance Hierarchy
SystemObject
  X3Platform.CollectionsSyncDictionary

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class SyncDictionary : IDictionary, 
	ICollection, IEnumerable

The SyncDictionary type exposes the following members.

Constructors
  NameDescription
Public methodSyncDictionary
Initializes a new instance of the SyncDictionary class
Public methodSyncDictionary(IDictionary)
Initializes a new instance of the SyncDictionary class
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Public propertyItem
Public propertyKeys
Public propertyValues
Top
See Also