
'Declaration Public Class OwnedSortedDictionary (Of TKey,TValue As IOwnedObject) Inherits ObservableSortedDictionary(Of TKey,TValue) Implements IOwnedObject
public class OwnedSortedDictionary<TKey,TValue> : ObservableSortedDictionary<TKey,TValue>, IOwnedObject where TValue: IOwnedObject
System.Object
GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>