NAnt SDK Documentation - v0.92

ArgumentCollection Properties

The properties of the ArgumentCollection class are listed below. For a complete list of ArgumentCollection class members, see the ArgumentCollection Members topic.

Public Instance Properties

Capacity (inherited from CollectionBase) Gets or sets the number of elements that the CollectionBase can contain.
Count (inherited from CollectionBase) Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
ItemOverloaded. Gets or sets the element at the specified index.

Protected Instance Properties

InnerList (inherited from CollectionBase) Gets an ArrayList containing the list of elements in the CollectionBase instance.
List (inherited from CollectionBase) Gets an IList containing the list of elements in the CollectionBase instance.

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace