IndexRange structure

Structure representing an index and its range.

public struct IndexRange : IEquatable<IndexRange>

Public Members

name description
IndexRange(…) Initializes a new instance of the IndexRange class.
Length { get; } Length of the index range.
Start { get; } Start of the index range.
Equals(…) Indicates whether the current object is equal to another object of the same type.
override Equals(…) Indicates whether this instance and a specified object are equal.
override GetHashCode() Returns the hash code for this instance.
operator == Compares two instances for equality.
operator != Compares two instances for inequality.

See Also