DictionaryCollectionBase<T,U> Class

Definition

public abstract class DictionaryCollectionBase<T,U> : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T>, System.Collections.Generic.IEnumerable<T> where T : class, IMetadataObject where U : class, IDictionary<string,T>
type DictionaryCollectionBase<'T, 'U (requires 'T : null and 'T :> IMetadataObject and 'U : null and 'U :> IDictionary<string, 'T>)> = class
    interface IMutableMetadataCollection<'T (requires 'T : null and 'T :> IMetadataObject)>
    interface IMetadataCollection<'T (requires 'T : null and 'T :> IMetadataObject)>
    interface seq<'T (requires 'T : null and 'T :> IMetadataObject)>
    interface IEnumerable
Public MustInherit Class DictionaryCollectionBase(Of T, U)
Implements IEnumerable(Of T), IMetadataCollection(Of T), IMutableMetadataCollection(Of T)

Type Parameters

T
U
Inheritance
DictionaryCollectionBase<T,U>
Derived
Implements

Applies to