FormReader.ReadNextPair Método

Definición

Lee el siguiente par de valores de clave del formulario. En el caso de los datos no almacenados en el búfer, use la sobrecarga asincrónica en su lugar.

public:
 Nullable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ReadNextPair();
public System.Collections.Generic.KeyValuePair<string,string>? ReadNextPair ();
member this.ReadNextPair : unit -> Nullable<System.Collections.Generic.KeyValuePair<string, string>>
Public Function ReadNextPair () As Nullable(Of KeyValuePair(Of String, String))

Devoluciones

Nullable<KeyValuePair<String,String>>

El siguiente par de valores de clave o null cuando se alcanza el final del formulario.

Se aplica a