PropertyDefinitionHandleCollection.IEnumerable<PropertyDefinitionHandle>.GetEnumerator 方法

定義

傳回逐一查看集合的列舉值。

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::PropertyDefinitionHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.PropertyDefinitionHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::PropertyDefinitionHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.PropertyDefinitionHandle> IEnumerable<PropertyDefinitionHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.PropertyDefinitionHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.PropertyDefinitionHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.PropertyDefinitionHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.PropertyDefinitionHandle>
Function GetEnumerator () As IEnumerator(Of PropertyDefinitionHandle) Implements IEnumerable(Of PropertyDefinitionHandle).GetEnumerator

傳回

可用來逐一查看集合的列舉值。

實作

適用於