TriTypeSortedListCollection<T,B1,B2> Class

Definition

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

Type Parameters

T
B1
B2
Inheritance
Derived
Implements

Constructors

TriTypeSortedListCollection<T,B1,B2>(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() (Inherited from DualTypeSortedListCollection<T,B>)
IEnumerable<B2>.GetEnumerator()
IEnumerable<IMetadataObject>.GetEnumerator() (Inherited from SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(B) (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(String) (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Count (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(Predicate<B>) (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(String) (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Item[String] (Inherited from DualTypeSortedListCollection<T,B>)
IMetadataCollection<B2>.AsMetadataObjectCollection
IMetadataCollection<B2>.Contains(B2)
IMetadataCollection<B2>.Contains(String)
IMetadataCollection<B2>.Count
IMetadataCollection<B2>.FindAll(Predicate<B2>)
IMetadataCollection<B2>.FindAll(String)
IMetadataCollection<B2>.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