SequenceReader<T>.TryRead(T) Metodo

Definizione

Legge il valore successivo e fa avanzare il lettore.

public:
 bool TryRead([Runtime::InteropServices::Out] T % value);
public bool TryRead (out T value);
member this.TryRead : 'T -> bool
Public Function TryRead (ByRef value As T) As Boolean

Parametri

value
T

Il valore successivo o il valore predefinito se alla fine del lettore.

Restituisce

true se il lettore non è alla fine e l'operazione di lettura è riuscita; false se si è alla fine del lettore.

Si applica a