The following tables list the members exposed by LListNode.LList.
Name | Description | |
---|---|---|
![]() | LListNode.LList Constructor |
Name | Description | |
---|---|---|
![]() | Count | Returns the number of items in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | First | Returns the first node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | IsEmpty | Returns true if the list is empty (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | Last | Returns the last node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
Name | Description | |
---|---|---|
![]() | AddFirst | Adds the node to the front of the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | AddLast | Adds the node to the end of the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | Clear | Remvoes all the nodes from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |
![]() | Remove | Remvoes the node from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode>) |