SortedListCollection<T> 类

定义

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)

类型参数

T
继承
SortedListCollection<T>
派生
实现

适用于