MethodMetadataCollection..::..GetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Syntax


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

Return Value

An enumerator that can be used to iterate through the collection.