'Declaration Public Class C1SortedList (Of TKey As IComparable(Of TKey), TValue)
public class C1SortedList<TKey,TValue> where TKey: IComparable<TKey>
'Declaration Public Class C1SortedList (Of TKey As IComparable(Of TKey), TValue)
public class C1SortedList<TKey,TValue> where TKey: IComparable<TKey>
System.Object
C1.Win.Document.C1SortedList<TKey,TValue>