ChunkableCollection Constructor
[Microsoft.WindowsServerSolutions.Mobile.Web.ChunkableCollection is no longer available for use as of Windows Server 2012 Essentials.] Initializes a new instance of the ChunkableCollection class.
Namespace: Microsoft.WindowsServerSolutions.Mobile.Web
Assembly: MobileWeb (in MobileWeb.dll)
Usage
'Usage
Dim initialCollection As IList(Of T)
Dim instance As New ChunkableCollection(Of T)(initialCollection)
Syntax
'Declaration
Public Sub New ( _
initialCollection As IList(Of T) _
)
public ChunkableCollection (
IList<T> initialCollection
)
public:
ChunkableCollection (
IList<T>^ initialCollection
)
public ChunkableCollection (
IList<T> initialCollection
)
public function ChunkableCollection (
initialCollection : IList<T>
)
Parameters
- initialCollection
An IList of type parameter T that contains the initial collection of chunkable, mobile Web items.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
ChunkableCollection Generic Class
ChunkableCollection Members
Microsoft.WindowsServerSolutions.Mobile.Web Namespace
Copyright © 2012 by Microsoft Corporation. All rights reserved.