SafeList<T> Class
Namespace: Stride.Core.CollectionsAssembly: Stride.Core.dll
A list to ensure that all items are not null.
                 Derived from SafeList<T>:  ColorTransformCollection 
              
              
              
[DataSerializer(typeof(ListAllSerializer<, >), Mode = DataSerializerGenericMode.TypeAndGenericArguments)]
public class SafeList<T> : ConstrainedList<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : class
              Type Parameters
| Name | Description | 
|---|---|
| T | Type of the item  | 
                  
| Name | Description | |
|---|---|---|
| Constructors | ||
| SafeList() | Initializes a new instance of the SafeList<T> class.  | 
                          |
Constructors
SafeList()
Initializes a new instance of the SafeList<T> class.
public SafeList()