Table of Contents

Class ObjectDictionary<T>

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class ObjectDictionary<T> : Dictionary<object, T>, IDictionary<object, T>, ICollection<KeyValuePair<object, T>>, IDictionary, ICollection, IReadOnlyDictionary<object, T>, IReadOnlyCollection<KeyValuePair<object, T>>, IEnumerable<KeyValuePair<object, T>>, IEnumerable, ISerializable, IDeserializationCallback

Type Parameters

T
Inheritance
ObjectDictionary<T>
Implements
Inherited Members

Constructors

ObjectDictionary()

public ObjectDictionary()

ObjectDictionary(int)

public ObjectDictionary(int capacity)

Parameters

capacity int