Condividi tramite


StringBuilder.TryGetRuneAt(Int32, Rune) Metodo

Definizione

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

Parametri

index
Int32
value
Rune

Restituisce

Si applica a