NRange 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NRange(Range) | |
NRange(NIndex, NIndex) |
使用開始和結束 NIndexes 建構 NRange 物件。 |
NRange(Range)
NRange(NIndex, NIndex)
- 來源:
- NRange.cs
使用開始和結束 NIndexes 建構 NRange 物件。
public:
NRange(System::Buffers::NIndex start, System::Buffers::NIndex end);
public NRange (System.Buffers.NIndex start, System.Buffers.NIndex end);
new System.Buffers.NRange : System.Buffers.NIndex * System.Buffers.NIndex -> System.Buffers.NRange
Public Sub New (start As NIndex, end As NIndex)
參數
- start
- NIndex
代表 NRange 的內含開始 NIndex。
- end
- NIndex
代表 NRange 的獨佔結束 NIndex。