NIndex.Implicit 操作员

定义

重载

Implicit(Index to NIndex)

将本机整数转换为 NIndex。

Implicit(IntPtr to NIndex)

将整数转换为 NIndex。

Implicit(Index to NIndex)

Source:
NIndex.cs

将本机整数转换为 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

参数

value
Index

返回

适用于

Implicit(IntPtr to NIndex)

Source:
NIndex.cs

将整数转换为 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

参数

value
IntPtr

nativeint

返回

适用于