Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionStorage Class
Members


In This Topic
    NConnectionStorage Class
    In This Topic
    Represents a hashtable representation of the connections stored in a NConnectionContainer
    Object Model
    NConnectionStorage Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NConnectionStorage 
    'Usage
     
    
    Dim instance As NConnectionStorage
    [System.Serializable()]
    public class NConnectionStorage 
    Remarks
    This implementation is less memory efficient than the NConnectionCollection representation, but is much faster
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NConnectionStorage

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also