FormReader.ReadNextPair 方法

定義

從表單讀取下一個機碼值組。 對於未緩衝的資料,請改用非同步多載。

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))

傳回

到達表單結尾時,下一個索引鍵值組或 null。

適用於