RunePosition.Deconstruct Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| Deconstruct(Rune, Int32) | |
| Deconstruct(Rune, Int32, Int32) |
Deconstruct(Rune, Int32)
- Källa:
- 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)
Parametrar
- rune
- Rune
- startIndex
- Int32
Gäller för
Deconstruct(Rune, Int32, Int32)
- Källa:
- 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)
Parametrar
- rune
- Rune
- startIndex
- Int32
- length
- Int32