NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

[Visual Basic]
Public Function GetEnumerator() As AssemblyAttributeEnumerator
[C#]
new public AssemblyAttributeEnumerator GetEnumerator();

Return Value

A AssemblyAttributeEnumerator for the entire collection.

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace