CachedRowsInfo Constructor

Initializes a new instance of the CachedRowsInfo class.

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public CachedRowsInfo(
	int count,
	int position
)

Parameters

count  Int32
The count based on which this CachedRowsInfo will be created
position  Int32
The position based on which this CachedRowsInfo will be created

See Also