NamedDataClassDictionary Constructor (Int32)
Creates a dictionary of DataClass objects of a specified size.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
size As Integer _
)
'Usage
Dim size As Integer
Dim instance As New NamedDataClassDictionary(size)
public NamedDataClassDictionary(
int size
)
Parameters
- size
Type: System.Int32
Count of DataClass objects.
See Also
Reference
NamedDataClassDictionary Class
NamedDataClassDictionary Members
NamedDataClassDictionary Overload
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace