DictionaryCollectionBase<T,U>(U) Constructor

Definition

protected DictionaryCollectionBase (U container);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<'T, 'U (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject and 'U : null and 'U :> System.Collections.Generic.IDictionary<string, 'T>)> : 'U -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<'T, 'U (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject and 'U : null and 'U :> System.Collections.Generic.IDictionary<string, 'T>)>
Protected Sub New (container As U)

Parameters

container
U

Applies to