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


In This Topic
    NSingleList Class Members
    In This Topic

    The following tables list the members exposed by NSingleList.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    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 int to the end of the collection  
    Public MethodOverloaded. Copies the elements of a float 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 float is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of floats, 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 float value and returns the zero-based index of the first occurrence within the collection  
    Public MethodInserts the float value at the specified index  
    Public MethodGets the max float value in the list  
    Public MethodGets the min float value in the list  
    Public MethodRemoves the first occurrence of a specific float value from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodConverts the single list to a system array  
    Top
    See Also