Nevron .NET Vision
Nevron.Collections Namespace / NUInt32List Class
Properties Methods


In This Topic
    NUInt32List Class Members
    In This Topic

    The following tables list the members exposed by NUInt32List.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyTyped indexer  
    Public PropertyGets the sum of all items in the list  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the UInt32 to the end of the collection  
    Public MethodOverloaded. Copies the elements of a UInt32 array to the end of the collection.  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodOverridden. Creates an exact replica of this object.  
    Public MethodDetermines whether the specified UInt32 is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of UInt32s, starting at the specified index of the target array.  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodSearches for the specified UInt32 value and returns the zero-based index of the first occurrence within the collection  
    Public MethodInserts the UInt32 value at the specified index  
    Public MethodGets the max UInt32 value in the list  
    Public MethodGets the min UInt32 value in the list  
    Public MethodRemoves the first occurrence of a specific UInt32 value from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodConverts the UInt32 list to a system array  
    Top
    See Also