Gets the number of items in the series.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public override int Count { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property Count As Integer |
| Visual C++ |
|---|
public: virtual property int Count { int get () override; } |