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

In This Topic
    EyeshotDisposableDictionary<T> Class
    In This Topic
    Eyeshot disposable dictionary.
    Syntax
    'Declaration
     
    Public Class EyeshotDisposableDictionary(Of T As IDisposable) 
       Inherits System.Collections.Generic.Dictionary(Of String,T)
    public class EyeshotDisposableDictionary<T> : System.Collections.Generic.Dictionary<string,T> 
    where T: IDisposable
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          devDept.Eyeshot.EyeshotDisposableDictionary<T>
             devDept.Eyeshot.Entities.AttributeReferenceDictionary

    See Also