NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeCollectionBase.List Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.DataTypeCollectionBase.List

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace