ContextVariables Constructor

Initializes a new instance of the ContextVariables class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public ContextVariables(
	int currentPage,
	int pagesCount,
	MetaContext metaContext
)

Parameters

currentPage  Int32
 
pagesCount  Int32
 
metaContext  MetaContext
 

See Also