Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplateCollection Class
Members


In This Topic
    NTemplateCollection Class
    In This Topic
    The NTemplateCollection class represents a named strongly typed collection containing NTemplate instances
    Object Model
    NTemplateCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NTemplateCollection 
       Inherits System.Collections.CollectionBase
    'Usage
     
    
    Dim instance As NTemplateCollection
    [System.Reflection.DefaultMember("Item")]
    public class NTemplateCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Diagram.Templates.NTemplateCollection

    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