Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AttributeReferenceDictionary Class
Members

In This Topic
    AttributeReferenceDictionary Class
    In This Topic
    AttributeReference dictionary class.
    Syntax
    'Declaration
     
    Public Class AttributeReferenceDictionary 
       Inherits devDept.Eyeshot.EyeshotDisposableDictionary(Of AttributeReference)
    public class AttributeReferenceDictionary : devDept.Eyeshot.EyeshotDisposableDictionary<AttributeReference> 
    Inheritance Hierarchy

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

    See Also