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

DataTypeCollectionBase.Count Property

[This is preliminary documentation and subject to change.]

Gets the number of items in the collection.

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

The number of items in the collection.

Implements

ICollection.Count

Remarks

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

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace