Class AutoConstructedDictionary<K, V>
Collection used to indicate if the property was initialized by the SDK.
public class AutoConstructedDictionary<K, V> : Dictionary<K, V>, IDictionary<K, V>, ICollection<KeyValuePair<K, V>>, IDictionary, ICollection, IReadOnlyDictionary<K, V>, IReadOnlyCollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, IEnumerable, ISerializable, IDeserializationCallback
Type Parameters
K
V
- Inheritance
-
Dictionary<K, V>AutoConstructedDictionary<K, V>
- Implements
-
IDictionary<K, V>ICollection<KeyValuePair<K, V>>IReadOnlyDictionary<K, V>IReadOnlyCollection<KeyValuePair<K, V>>IEnumerable<KeyValuePair<K, V>>
- Inherited Members
- Extension Methods
Constructors
AutoConstructedDictionary()
public AutoConstructedDictionary()