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

DataTypeCollectionBase.ItemType Property

[This is preliminary documentation and subject to change.]

Gets the Type of the items in this collection.

[Visual Basic]
MustOverride Protected ReadOnly Property ItemType As Type
[C#]
protected abstract System.Type ItemType {get;}

Property Value

The Type of the items in this collection.

Remarks

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

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace