Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class
The dictionary value type
Members

In This Topic
    EyeshotKeyedCollection<T> Class
    In This Topic
    Provides the abstract base class for a collection whose keys are embedded in the values. Base class for Eyeshot keyed collections.
    Syntax
    'Declaration
     
    Public MustInherit Class EyeshotKeyedCollection(Of T As {Object, IKeyedCollectionItem(Of T)}) 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of String,T)
    public abstract class EyeshotKeyedCollection<T> : System.Collections.ObjectModel.KeyedCollection<string,T> 
    where T: object, IKeyedCollectionItem<T>
    Type Parameters
    T
    The dictionary value type
    Inheritance Hierarchy
    See Also