Click or drag to resize

AtalaObservableDictionaryTKey, TValue Constructor

Overload List
  NameDescription
Public methodAtalaObservableDictionaryTKey, TValue
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
Public methodAtalaObservableDictionaryTKey, TValue(IDictionaryTKey, TValue)
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that contains elements copied from the specified IDictionaryTKey, TValue and uses the default equality comparer for the key type.
Public methodAtalaObservableDictionaryTKey, TValue(IEqualityComparerTKey)
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the specified IEqualityComparerT.
Public methodAtalaObservableDictionaryTKey, TValue(Int32)
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.
Public methodAtalaObservableDictionaryTKey, TValue(IDictionaryTKey, TValue, IEqualityComparerTKey)
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that contains elements copied from the specified IDictionaryTKey, TValue and uses the specified IEqualityComparerT.
Public methodAtalaObservableDictionaryTKey, TValue(Int32, IEqualityComparerTKey)
Initializes a new instance of the AtalaObservableDictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the specified IEqualityComparerT.
Top
See Also