StringBuilder.TryGetRuneAt(Int32, Rune) Metódus

Definíció

public:
 bool TryGetRuneAt(int index, [Runtime::InteropServices::Out] System::Text::Rune % value);
public bool TryGetRuneAt(int index, out System.Text.Rune value);
member this.TryGetRuneAt : int * Rune -> bool
Public Function TryGetRuneAt (index As Integer, ByRef value As Rune) As Boolean

Paraméterek

index
Int32
value
Rune

Válaszok

A következőre érvényes: