RunePosition.Deconstruct Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Deconstruct(Rune, Int32) | |
| Deconstruct(Rune, Int32, Int32) |
Deconstruct(Rune, Int32)
- Origem:
- 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)
Parâmetros
- rune
- Rune
- startIndex
- Int32
Aplica-se a
Deconstruct(Rune, Int32, Int32)
- Origem:
- 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)
Parâmetros
- rune
- Rune
- startIndex
- Int32
- length
- Int32