Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPersistentSectionCollection Class
Members


In This Topic
    NPersistentSectionCollection Class
    In This Topic
    Represents a strongly typed collection of NPersistenSection instances
    Object Model
    NPersistentSectionCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NPersistentSectionCollection 
       Inherits System.Collections.CollectionBase
    'Usage
     
    
    Dim instance As NPersistentSectionCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NPersistentSectionCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Diagram.Extensions.NPersistentSectionCollection

    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