Bewerken

Share via


NRange Struct

Definition

public value class NRange : IEquatable<System::Buffers::NRange>
public readonly struct NRange : IEquatable<System.Buffers.NRange>
type NRange = struct
Public Structure NRange
Implements IEquatable(Of NRange)
Inheritance
NRange
Implements

Constructors

NRange(NIndex, NIndex)
NRange(Range)

Properties

All
End
Start

Methods

EndAt(NIndex)
Equals(NRange)
Equals(Object)
GetHashCode()
GetOffsetAndLength(IntPtr)
StartAt(NIndex)
ToRange()
ToRangeUnchecked()
ToString()

Operators

CheckedExplicit(NRange)
Explicit(NRange to Range)
Implicit(Range to NRange)

Applies to