Summary
Gets the number of items in the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Data
Type Collection Base
Syntax
public int Count { get; }
Value
Type | Description |
---|---|
int | The number of items in the collection. |