SortedListCollection<T> Classe

Définition

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)

Paramètres de type

T
Héritage
SortedListCollection<T>
Dérivé
Implémente

Constructeurs

Nom Description
SortedListCollection<T>(Int32, CollationInfo)

Propriétés

Nom Description
AsMetadataObjectCollection
Count (Hérité de DictionaryCollectionBase<T,U>)
Item[String] (Hérité de DictionaryCollectionBase<T,U>)

Méthodes

Nom Description
Add(T) (Hérité de DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Hérité de DictionaryCollectionBase<T,U>)
Clear() (Hérité de DictionaryCollectionBase<T,U>)
Clone() (Hérité de DictionaryCollectionBase<T,U>)
Clone(Boolean)
Contains(String) (Hérité de DictionaryCollectionBase<T,U>)
Contains(T) (Hérité de DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Hérité de DictionaryCollectionBase<T,U>)
FindAll(String) (Hérité de DictionaryCollectionBase<T,U>)
GetEnumerator() (Hérité de DictionaryCollectionBase<T,U>)
Remove(String) (Hérité de DictionaryCollectionBase<T,U>)
Remove(T) (Hérité de DictionaryCollectionBase<T,U>)

Implémentations d’interfaces explicites

Nom Description
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] (Hérité de DictionaryCollectionBase<T,U>)

S’applique à