Click or drag to resize

ObservableDictionaryTKey, TValue Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  netDxf.CollectionsObservableDictionaryTKey, TValue

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public sealed class ObservableDictionary<TKey, TValue> : IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable
Request Example View Source

Type Parameters

TKey
TValue

The ObservableDictionaryTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodObservableDictionaryTKey, TValue
Initializes a new instance of the ObservableDictionaryTKey, TValue class
Public methodObservableDictionaryTKey, TValue(IEqualityComparerTKey)
Initializes a new instance of the ObservableDictionaryTKey, TValue class
Public methodObservableDictionaryTKey, TValue(Int32)
Initializes a new instance of the ObservableDictionaryTKey, TValue class
Public methodObservableDictionaryTKey, TValue(Int32, IEqualityComparerTKey)
Initializes a new instance of the ObservableDictionaryTKey, TValue class
Top
Properties
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContainsKey
Public methodContainsValue
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Top
Events
See Also