JsonArray.GetValues<T> Metodo

Definizione

Restituisce un oggetto enumerabile che esegue il wrapping delle chiamate a GetValue<T>().

public:
generic <typename T>
 System::Collections::Generic::IEnumerable<T> ^ GetValues();
public System.Collections.Generic.IEnumerable<T> GetValues<T> ();
member this.GetValues : unit -> seq<'T>
Public Iterator Function GetValues(Of T) () As IEnumerable(Of T)

Parametri di tipo

T

Tipo del valore da ottenere dall'oggetto JsonValue.

Restituisce

Iterazione enumerabile sui valori della matrice.

Si applica a