SortedListCollection<T> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros de tipo
- T
- Herencia
- Derivado
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| SortedListCollection<T>(Int32, CollationInfo) | |
Propiedades
| Nombre | Description |
|---|---|
| AsMetadataObjectCollection | |
| Count | (Heredado de DictionaryCollectionBase<T,U>) |
| Item[String] | (Heredado de DictionaryCollectionBase<T,U>) |
Métodos
| Nombre | Description |
|---|---|
| Add(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| Clear() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | |
| Contains(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Contains(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(T) | (Heredado de DictionaryCollectionBase<T,U>) |