CSharpTest.Net
LListNode.LList<T> Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : LListNode.LList<T> Class


Glossary Item Box

The following tables list the members exposed by LListNode.LList<T>.

Public Constructors

 NameDescription
Public ConstructorLListNode.LList<T> Constructor  
Top

Public Properties

 NameDescription
Public PropertyCountReturns the number of items in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Public PropertyFirstReturns the first node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Public PropertyIsEmptyReturns true if the list is empty (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Public PropertyLastReturns the last node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Top

Public Methods

 NameDescription
Public MethodAddFirstOverloaded. Adds the node to the front of the list  
Public MethodAddLastOverloaded. Adds the node to the end of the list  
Public MethodClearRemvoes all the nodes from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Public MethodRemoveRemvoes the node from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>)
Top

See Also

Generated with Document! X 2011 by Innovasys