Upravit

Sdílet prostřednictvím


NIndex Constructors

Definition

Overloads

NIndex(Index)
NIndex(IntPtr, Boolean)

NIndex(Index)

Source:
NIndex.cs
public:
 NIndex(Index index);
public NIndex (Index index);
new System.Buffers.NIndex : Index -> System.Buffers.NIndex
Public Sub New (index As Index)

Parameters

index
Index

Applies to

NIndex(IntPtr, Boolean)

Source:
NIndex.cs
public NIndex (IntPtr value, bool fromEnd = false);
new System.Buffers.NIndex : nativeint * bool -> System.Buffers.NIndex
Public Sub New (value As IntPtr, Optional fromEnd As Boolean = false)

Parameters

value
IntPtr

nativeint

fromEnd
Boolean

Applies to