Nevron .NET Vision
Nevron.Dom Namespace / NAttributeList Class
Members


In This Topic
    NAttributeList Class
    In This Topic
    The NAttributeList class represents a typed list of INAttribute instances
    Object Model
    NAttributeList Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Collections.NSingleList)>
    Public Class NAttributeList 
       Inherits Nevron.Collections.NList
    'Usage
     
    
    Dim instance As NAttributeList
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.Collections.NSingleList)]
    public class NAttributeList : Nevron.Collections.NList 
    Inheritance Hierarchy

    System.Object
       Nevron.Collections.NList
          Nevron.Dom.NAttributeList

    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