Eyeshot 10 WinForms API Reference
EyeshotDisposableDictionary<T> Class
Members 

WinForms Assembly > devDept.Eyeshot Namespace : EyeshotDisposableDictionary<T> Class
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.BlockDictionary
         devDept.Eyeshot.Entities.AttributeReferenceDictionary

See Also

Reference

EyeshotDisposableDictionary<T> Members
devDept.Eyeshot Namespace