TypeReferenceHandleCollection.Enumerator.Current プロパティ
定義
列挙子の現在位置にあるコレクション内の要素を取得します。Gets the element in the collection at the current position of the enumerator.
public:
property System::Reflection::Metadata::TypeReferenceHandle Current { System::Reflection::Metadata::TypeReferenceHandle get(); };
public System.Reflection.Metadata.TypeReferenceHandle Current { get; }
member this.Current : System.Reflection.Metadata.TypeReferenceHandle
Public ReadOnly Property Current As TypeReferenceHandle
プロパティ値
コレクション内の、列挙子の現在位置にある要素。The element in the collection at the current position of the enumerator.