Table of Contents

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

T

Type of the item

Inheritance
SafeList<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

SafeList()

Initializes a new instance of the SafeList<T> class.

public SafeList()