다음을 통해 공유


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

반환

적용 대상