NAnt SDK Documentation - v0.92

DataTypeCollectionBase.List Property

Gets the list of elements contained in the DataTypeCollectionBase 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

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace