SerializationInfoEnumerator.Value プロパティ

定義

現在調べられている項目の値を取得します。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object? Value { get; }
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

プロパティ値

現在調べられている項目の値。

例外

列挙子が項目の列挙を開始していないか、列挙の末尾に達しました。

適用対象