Class StructList<T>
An implementation of IList for grid points that is safe to use with the AOT compiler.
public sealed class StructList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
StructList<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
Properties
Methods
- RemoveAllBut(Predicate<T>)
Removes all the elements in the list that does not satisfy the predicate.