Partilhar via


NIndex.Implicit Operador

Definição

Sobrecargas

Implicit(Index to NIndex)

Converte o número inteiro nativo em um NIndex.

Implicit(IntPtr to NIndex)

Converte o número inteiro em um NIndex.

Implicit(Index to NIndex)

Origem:
NIndex.cs

Converte o número inteiro nativo em um NIndex.

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

Parâmetros

value
Index

Retornos

Aplica-se a

Implicit(IntPtr to NIndex)

Origem:
NIndex.cs

Converte o número inteiro em um NIndex.

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

Parâmetros

value
IntPtr

nativeint

Retornos

Aplica-se a