SortedListCollection<T> Class

Definition

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

Type Parameters

T
Inheritance
SortedListCollection<T>
Derived
Implements

Constructors

SortedListCollection<T>(Int32, CollationInfo)

Properties

AsMetadataObjectCollection
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)
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<IMetadataObject>.GetEnumerator()
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject)
IMetadataCollection<IMetadataObject>.Contains(String)
IMetadataCollection<IMetadataObject>.Count
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>)
IMetadataCollection<IMetadataObject>.FindAll(String)
IMetadataCollection<IMetadataObject>.Item[String]
IMetadataCollection<T>.Item[String] (Inherited from DictionaryCollectionBase<T,U>)

Applies to