Index Struct

Definition

Represents a type that can be used to index a collection either from the beginning or the end.

public value class Index : IEquatable<Index>
public readonly struct Index : IEquatable<Index>
type Index = struct
Public Structure Index
Implements IEquatable(Of Index)
Inheritance
Implements