BlobBuilder.Blobs.IEnumerator.Current プロパティ
定義
列挙子の現在位置にあるコレクション内の要素を取得します。Gets the element in the collection at the current position of the enumerator.
property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
ReadOnly Property Current As Object Implements IEnumerator.Current
プロパティ値
コレクション内の、列挙子の現在位置にある要素。The element in the collection at the current position of the enumerator.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、BlobBuilder.Blobs のインスタンスが IEnumerator インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the BlobBuilder.Blobs instance is cast to an IEnumerator interface.