ConstructorMetadataCollection..::..GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public IEnumerator<ConstructorMetadata> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ConstructorMetadata)

Return Value

A IEnumerator that can be used to iterate through the collection.