Namespace: MonoSoftware.MonoX.Caching
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static PagedCollectionContainer GetInstance(
	IEnumerable collection,
	int recordCount
)
Visual Basic
Public Shared Function GetInstance ( 
	collection As IEnumerable,
	recordCount As Integer
) As PagedCollectionContainer
Visual C++
public:
static PagedCollectionContainer^ GetInstance(
	IEnumerable^ collection, 
	int recordCount
)
F#
static member GetInstance : 
        collection : IEnumerable * 
        recordCount : int -> PagedCollectionContainer 

Parameters

collection
Type: System.Collections..::..IEnumerable
recordCount
Type: System..::..Int32

Return Value

Type: PagedCollectionContainer

See Also