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 abstract int Count { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Count As Integer
Visual C++
public:
virtual property int Count {
	int get () abstract;
}

See Also