NAnt SDK Documentation - v0.92

DataTypeCollectionBase.Count Property

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

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace