ReadOnlyNamedDictionary<TValue> Constructor (Int32)
Initializes a new instance of the class by using a specified size.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub New ( _
size As Integer _
)
'Usage
Dim size As Integer
Dim instance As New ReadOnlyNamedDictionary(size)
public ReadOnlyNamedDictionary(
int size
)
Parameters
size
Type: System.Int32The specified size.
See Also
Reference
ReadOnlyNamedDictionary<TValue> Class
ReadOnlyNamedDictionary<TValue> Members
ReadOnlyNamedDictionary<TValue> Overload
Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client Namespace