NAnt SDK Documentation - v0.92

ModuleCollection.List Property

Gets the list of elements contained in the ModuleCollection instance.

[Visual Basic]
Protected ReadOnly Property List As ArrayList
[C#]
protected System.Collections.ArrayList List {get;}

Property Value

An ArrayList containing the elements of the collection.

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace