Summary
Gets the list of elements contained in the
NAnt.DotNet.Types.DataTypeCollectionBase
instance.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Data
Type Collection Base
Syntax
protected ArrayList List { get; }
Value
Type | Description |
---|---|
ArrayList |
An System.Collections.ArrayList containing the elements of the
collection.
|