Gets the number of items contained in the collection.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Count As Integer |
| Visual C++ |
|---|
public: virtual property int Count { int get () sealed; } |
Return Value
The number of items contained in the collection.Implements
ICollection<(Of <(T>)>)..::.CountICollection..::.Count