N2 API Documentation
CountFilter Constructor (startIndex, maxCount)
NamespacesN2.CollectionsCountFilterCountFilterCountFilterNew(Int32, Int32)
Creates a new instance of the CountFilter.
Declaration Syntax
C#Visual BasicVisual C++
public CountFilter(
	int startIndex,
	int maxCount
)
Public Sub New ( _
	startIndex As Integer, _
	maxCount As Integer _
)
public:
CountFilter (
	int startIndex, 
	int maxCount
)
Parameters
startIndex (Int32)
The index of the first item to show.
maxCount (Int32)
The maximum number of items to leave.

Assembly: N2 (Module: N2) Version: 1.0.204.35916