Share via


DictionaryCollectionBase<T, U> Constructor

Initializes a new instance of the DictionaryCollectionBase class.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Protected Sub New ( _
    container As U _
)
'Usage
Dim container As U

Dim instance As New DictionaryCollectionBase(container)
protected DictionaryCollectionBase(
    U container
)
protected:
DictionaryCollectionBase(
    U container
)
new : 
        container:'U -> DictionaryCollectionBase
protected function DictionaryCollectionBase(
    container : U
)

Parameters

  • container
    Type: U
    The IDictionary object that is used internally by the collection to store and retrieve items.