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


In This Topic
    NDLList Class Members
    In This Topic

    The following tables list the members exposed by NDLList.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new NDLList instance  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the number of nodes in the list  
    Public PropertyReturns the first node in the list  
    Public PropertyReturns false.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyReturns false.  
    Public PropertyReturns false.  
    Public PropertyGets or sets the object at the specified index [C#] In C#, this property is the indexer for the NDLList class.  
    Public PropertyReturns the last node in the list  
    Public PropertyReturns a reference to this  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the list  
    Public MethodAdds a new node at the end of the list  
    Public MethodRemoves all items from the list  
    Public MethodOverloaded. Determines whether the list contains a specific object.  
    Public MethodReturns true if the list contains the specified node  
    Public MethodCopies the elements of the list to an Array, starting at a particular Array index.  
    Public MethodReturns an enumerator that iterates through a collection.  
    Public MethodReturns the node at the specified index  
    Public MethodDetermines the specific index of an object in the list.  
    Public MethodInserts an object into the list at the specified position.  
    Public MethodInserts the node at the specified index in the list  
    Public MethodMoves the node to the start of the list  
    Public MethodAdds a new node at the beginning of the list  
    Public MethodRemoves the first occurrence of a specific object from the ICollection.  
    Public MethodRemoves the element at the specified index of the list  
    Public MethodRemoves the first occurrence of a specific object from the ICollection.  
    Top
    See Also