Поделиться через


RunePosition.Deconstruct Метод

Определение

Перегрузки

Deconstruct(Rune, Int32)

Исходный код:
RunePosition.cs
public:
 void Deconstruct([Runtime::InteropServices::Out] System::Text::Rune % rune, [Runtime::InteropServices::Out] int % startIndex);
public void Deconstruct(out System.Text.Rune rune, out int startIndex);
member this.Deconstruct : Rune * int -> unit
Public Sub Deconstruct (ByRef rune As Rune, ByRef startIndex As Integer)

Параметры

rune
Rune
startIndex
Int32

Применяется к

Deconstruct(Rune, Int32, Int32)

Исходный код:
RunePosition.cs
public:
 void Deconstruct([Runtime::InteropServices::Out] System::Text::Rune % rune, [Runtime::InteropServices::Out] int % startIndex, [Runtime::InteropServices::Out] int % length);
public void Deconstruct(out System.Text.Rune rune, out int startIndex, out int length);
member this.Deconstruct : Rune * int * int -> unit
Public Sub Deconstruct (ByRef rune As Rune, ByRef startIndex As Integer, ByRef length As Integer)

Параметры

rune
Rune
startIndex
Int32
length
Int32

Применяется к