RunePosition.Deconstruct Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| Deconstruct(Rune, Int32) | |
| Deconstruct(Rune, Int32, Int32) |
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