Class AutoConstructedList<T>
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
 - 
      IList<T>ICollection<T>IEnumerable<T>
 
- Inherited Members
 
Constructors
AutoConstructedList()
public AutoConstructedList()