Gets the number of items in the series.

Namespace:  RightEdge.Common
Assembly:  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;
}

Implements

ISeries..::.Count

See Also