Class VertexListT

VertexList<T> class

Represent an ordered collection of T vertices, where every vertex is unique.

public class VertexList<T> : IReadOnlyList<T>
    where T : struct
ParameterDescription
TA Vertex type

Constructors

NameDescription
VertexList()The default constructor.

Properties

NameDescription
Count { get; }
Item { get; }

Methods

NameDescription
ApplyTransform(Func<T, T>)
CopyTo(VertexList)
GetEnumerator()
IndexOf(ref T)
Use(ref T)

See Also