NIndex.Implicit Operator

Definition

Overloads

Implicit(Index to NIndex)
Implicit(IntPtr to NIndex)

Implicit(Index to NIndex)

Source:
NIndex.cs
public:
 static operator System::Buffers::NIndex(Index value);
public static implicit operator System.Buffers.NIndex (Index value);
static member op_Implicit : Index -> System.Buffers.NIndex
Public Shared Widening Operator CType (value As Index) As NIndex

Parameters

value
Index

Returns

Applies to

Implicit(IntPtr to NIndex)

Source:
NIndex.cs
public:
 static operator System::Buffers::NIndex(IntPtr value);
public static implicit operator System.Buffers.NIndex (IntPtr value);
static member op_Implicit : nativeint -> System.Buffers.NIndex
Public Shared Widening Operator CType (value As IntPtr) As NIndex

Parameters

value
IntPtr

nativeint

Returns

Applies to