DualTypeSortedListCollection<T,B> Class

Definition

public class DualTypeSortedListCollection<T,B> : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<B>, System.Collections.Generic.IEnumerable<B> where T : class, B where B : class, IMetadataObject
type DualTypeSortedListCollection<#'B, 'B (requires 'B : null and 'B :> IMetadataObject)> = class
    inherit SortedListCollection<#'B>
    interface IMetadataCollection<'B (requires 'B : null and 'B :> IMetadataObject)>
    interface seq<'B (requires 'B : null and 'B :> IMetadataObject)>
    interface IEnumerable
Public Class DualTypeSortedListCollection(Of T, B)
Inherits SortedListCollection(Of T)
Implements IEnumerable(Of B), IMetadataCollection(Of B)

Type Parameters

T
B
Inheritance
DualTypeSortedListCollection<T,B>
Derived
Implements

Constructors

DualTypeSortedListCollection<T,B>(Int32, CollationInfo)

Properties

AsMetadataObjectCollection (Inherited from SortedListCollection<T>)
Count (Inherited from DictionaryCollectionBase<T,U>)
Item[String] (Inherited from DictionaryCollectionBase<T,U>)

Methods

Add(T) (Inherited from DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Inherited from DictionaryCollectionBase<T,U>)
Clear() (Inherited from DictionaryCollectionBase<T,U>)
Clone() (Inherited from DictionaryCollectionBase<T,U>)
Clone(Boolean) (Inherited from SortedListCollection<T>)
Contains(String) (Inherited from DictionaryCollectionBase<T,U>)
Contains(T) (Inherited from DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Inherited from DictionaryCollectionBase<T,U>)
FindAll(String) (Inherited from DictionaryCollectionBase<T,U>)
GetEnumerator() (Inherited from DictionaryCollectionBase<T,U>)
Remove(String) (Inherited from DictionaryCollectionBase<T,U>)
Remove(T) (Inherited from DictionaryCollectionBase<T,U>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()
IEnumerable<B>.GetEnumerator()
IEnumerable<IMetadataObject>.GetEnumerator() (Inherited from SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection
IMetadataCollection<B>.Contains(B)
IMetadataCollection<B>.Contains(String)
IMetadataCollection<B>.Count
IMetadataCollection<B>.FindAll(Predicate<B>)
IMetadataCollection<B>.FindAll(String)
IMetadataCollection<B>.Item[String]
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Inherited from SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Inherited from SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Inherited from DictionaryCollectionBase<T,U>)

Applies to