NIndex.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Implicit(Index to NIndex) |
將原生整數轉換成 NIndex。 |
Implicit(IntPtr to NIndex) |
將整數轉換為 NIndex。 |
Implicit(Index to NIndex)
- 來源:
- NIndex.cs
- 來源:
- 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)
- 來源:
- NIndex.cs
- 來源:
- 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