Share via


TriTypeSortedListCollection<T, B1, B2> Class

Represents a collection of metadata objects that implements IMetadataCollection<T> for T, B1 and B2 types.

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

Syntax

'Declaration
Public Class TriTypeSortedListCollection(Of T As {Class, B1, B2}, B1 As {Class, IMetadataObject}, B2 As {Class, IMetadataObject}) _
    Inherits DualTypeSortedListCollection(Of T, B1) _
    Implements IMetadataCollection(Of B2), IEnumerable(Of B2),  _
    IEnumerable
'Usage
Dim instance As TriTypeSortedListCollection(Of T, B1, B2)
public class TriTypeSortedListCollection<T, B1, B2> : DualTypeSortedListCollection<T, B1>, 
    IMetadataCollection<B2>, IEnumerable<B2>, IEnumerable
where T : class, B1, B2
where B1 : class, IMetadataObject
where B2 : class, IMetadataObject
generic<typename T, typename B1, typename B2>
where T : ref class, B1, B2
where B1 : ref class, IMetadataObject
where B2 : ref class, IMetadataObject
public ref class TriTypeSortedListCollection : public DualTypeSortedListCollection<T, B1>, 
    IMetadataCollection<B2>, IEnumerable<B2>, IEnumerable
type TriTypeSortedListCollection<'T, 'B1, 'B2 when 'T : not struct and 'B1 and 'B2 when 'B1 : not struct and IMetadataObject when 'B2 : not struct and IMetadataObject> =  
    class
        inherit DualTypeSortedListCollection<'T, 'B1>
        interface IMetadataCollection<'B2>
        interface IEnumerable<'B2>
        interface IEnumerable
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    The main type of elements in the collection.
  • B1
    A base class or an interface that the main type T extends or implements.
  • B2
    A base class or an interface that the main type T extends or implements.

The TriTypeSortedListCollection<T, B1, B2> type exposes the following members.

Constructors

  Name Description
Public method TriTypeSortedListCollection<T, B1, B2> Initializes a new instance of the TriTypeSortedListCollection class that uses the specified capacity and CollationInfo object.

Top

Properties

  Name Description
Public property AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.)
Public property Count Gets the number of elements in the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public property Item Gets or sets the object in the collection that has the specified name. (Inherited from DictionaryCollectionBase<T, U>.)

Top

Methods

  Name Description
Public method Add Adds an object to the collection using its name as the key. (Inherited from DictionaryCollectionBase<T, U>.)
Public method AddRange Adds the elements in the specified collection to this collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clear Removes all elements from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clone() Creates an IMutableMetadataCollection<T> object that is a copy of this object, except for the elements. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clone(Boolean) Creates an IMutableMetadataCollection<T> object that is a copy of this object and, if specified, also copies the elements. (Inherited from SortedListCollection<T>.)
Public method Contains(String) Determines whether the specified element is in the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindAll(Predicate<T>) Finds all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DictionaryCollectionBase<T, U>.)
Public method FindAll(String) Finds all elements in the collection that have the specified name. (Inherited from DictionaryCollectionBase<T, U>.)
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(String) Removes the object with the specified name from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<B>.GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IEnumerable<IMetadataObject>.GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IEnumerable<B2>.GetEnumerator() Returns an enumerator that iterates through the collection.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection.
Explicit interface implemetationPrivate property IMetadataCollection<B>.AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<B2>.AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection.
Explicit interface implemetationPrivate method IMetadataCollection<B>.Contains(String) Determines whether the collection contains the specified element. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.Contains(String) Determines whether the collection contains an element that has the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<B2>.Contains(String) Determines whether the collection contains an element that has the specified name.
Explicit interface implemetationPrivate method IMetadataCollection<B2>.Contains(B2) Determines whether the collection contains the specified object.
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) Determines whether the collection contains the specified object. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<B>.Count Gets the number of elements in the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.Count Gets the number of elements in the collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<B2>.Count Gets the number of elements in the collection.
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(Predicate<B>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<B2>.FindAll(Predicate<B2>) Retrieves all elements in the collection that match the conditions defined by the specified predicate.
Explicit interface implemetationPrivate method IMetadataCollection<B2>.FindAll(String) Retrieves all elements in the collection that have the specified name.
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<T>.Item[String] Gets the specified element from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Explicit interface implemetationPrivate property IMetadataCollection<B>.Item[String] Gets the specified element from the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.Item[String] Gets the element that has the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<B2>.Item[String] Gets the element that has the specified name.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.