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


In This Topic
    NSLList Class Members
    In This Topic

    The following tables list the members exposed by NSLList.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new NSLList instance  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the number of nodes in the list  
    Public PropertyReturns the first node in the list  
    Public PropertyReturns the last node in the list  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new node at the end of the list  
    Public MethodReturns true if the list contains the specified node  
    Public MethodReturns the index of the node in this list  
    Public MethodAdds a new node at the beginning of the list  
    Public MethodRemoves the node  
    Top
    See Also