public abstract class SpecializedDocumentElementCollection<TInheritor> : ICollection<TInheritor>, IEnumerable<TInheritor>, IList, ICollection, IEnumerable where TInheritor : DocumentElement
Public MustInherit Class SpecializedDocumentElementCollection(Of TInheritor As DocumentElement) _ Implements ICollection(Of TInheritor), IEnumerable(Of TInheritor), _ IList, ICollection, IEnumerable