Table of Contents

Class AutoConstructedDictionary<K, V>

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

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
AutoConstructedDictionary<K, V>
Implements
Inherited Members
Extension Methods

Constructors

AutoConstructedDictionary()

public AutoConstructedDictionary()