Nevron .NET Vision
Nevron.Collections Namespace / NUInt32List Class
Members


In This Topic
    NUInt32List Class
    In This Topic
    Represents a list of UInt32 (UUInt32) values
    Object Model
    NUInt32List Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Collections.NSingleList)>
    <System.SerializableAttribute()>
    Public Class NUInt32List 
       Inherits NList
    'Usage
     
    
    Dim instance As NUInt32List
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.Collections.NSingleList)]
    [System.Serializable()]
    public class NUInt32List : NList 
    Inheritance Hierarchy

    System.Object
       Nevron.Collections.NList
          Nevron.Collections.NUInt32List

    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