SortedListCollection<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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>) |