

'Declaration Public Class BaseObjectMappingCollection(Of T As {New, BaseObject}) Inherits MappingCollectionBase(Of T)
public class BaseObjectMappingCollection<T> : MappingCollectionBase<T> where T: new(), BaseObject
System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.MappingCollectionBase<T>
            C1.C1Schedule.BaseObjectMappingCollection<T>