Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / BlockExKeyedCollection Class
Members

In This Topic
    BlockExKeyedCollection Class
    In This Topic
    BlockEx collection.
    Syntax
    'Declaration
     
    Public Class BlockExKeyedCollection 
       Inherits devDept.Eyeshot.BlockKeyedCollection(Of BlockEx)
    public class BlockExKeyedCollection : devDept.Eyeshot.BlockKeyedCollection<BlockEx> 
    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.Translators.BlockExKeyedCollection

    See Also