Table of Contents

Class AutoConstructedList<T>

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

Collection used to indicate if the property was initialized by the SDK.

public class AutoConstructedList<T> : List<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
List<T>
AutoConstructedList<T>
Implements
Inherited Members

Constructors

AutoConstructedList()

public AutoConstructedList()