Initializes a new instance of the PagedCollectionContainer class

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

Syntax

C#
protected PagedCollectionContainer(
	IEnumerable collection,
	int recordCount
)
Visual Basic
Protected Sub New ( 
	collection As IEnumerable,
	recordCount As Integer
)
Visual C++
protected:
PagedCollectionContainer(
	IEnumerable^ collection, 
	int recordCount
)
F#
new : 
        collection : IEnumerable * 
        recordCount : int -> PagedCollectionContainer

Parameters

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

See Also