Class SafeList<T>
- Namespace
 - Stride.Core.Collections
 
- Assembly
 - Stride.Core.dll
 
A list to ensure that all items are not null.
[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
TType of the item
- Inheritance
 - 
      objectSafeList<T>
 
- Implements
 - 
      IList<T>ICollection<T>IEnumerable<T>
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Constructors
SafeList()
Initializes a new instance of the SafeList<T> class.
public SafeList()