Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BlockKeyedCollection<T> Class
Members

In This Topic
    BlockKeyedCollection<T> Class
    In This Topic
    Blocks generic collection.
    Syntax
    'Declaration
     
    Public MustInherit Class BlockKeyedCollection(Of T As {Block, IKeyedCollectionDisposableItem(Of T)}) 
       Inherits EyeshotDisposableKeyedCollection(Of T)
    public abstract class BlockKeyedCollection<T> : EyeshotDisposableKeyedCollection<T> 
    where T: Block, IKeyedCollectionDisposableItem<T>
    Type Parameters
    T
    Remarks
    For internal use only.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             devDept.Eyeshot.EyeshotKeyedCollection<T>
                devDept.Eyeshot.EyeshotDisposableKeyedCollection<T>
                   devDept.Eyeshot.BlockKeyedCollection<T>
                      devDept.Eyeshot.BlockKeyedCollection
                      devDept.Eyeshot.Translators.BlockExKeyedCollection

    See Also