Struct Vector4Array

Vector4Array structure

Wraps an encoded ArraySegment and exposes it as an IList.

public struct Vector4Array : IList<Vector4>, IReadOnlyList<Vector4>

Constructors

NameDescription
Vector4Array(ArraySegment<byte>, int, EncodingType, bool)Initializes a new instance of the Vector4Array struct.
Vector4Array(ArraySegment<byte>, int, int, int, EncodingType, bool)Initializes a new instance of the Vector4Array struct.

Properties

NameDescription
Count { get; }
Item { get; set; }

Methods

NameDescription
Contains(Vector4)
CopyTo(Vector4[], int)
Fill(IEnumerable<Vector4>, int)
GetEnumerator()
IndexOf(Vector4)

See Also