EntityInstanceCollection Constructor (Int32)
Creates an EntityInstanceCollection object of the specified size.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
capacity As Integer _
)
'Usage
Dim capacity As Integer
Dim instance As New EntityInstanceCollection(capacity)
public EntityInstanceCollection(
int capacity
)
Parameters
- capacity
Type: System.Int32
A number representing the size of the collection.
See Also
Reference
EntityInstanceCollection Class
EntityInstanceCollection Members
EntityInstanceCollection Overload
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace