Click or drag to resize

LinkedObjectList Methods

The LongestCommonGeneralizedRepeatALinkedObjectList type exposes the following members.

Methods
 NameDescription
Public methodClear 
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitInits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order.
Public methodMoveToLastMoves the element at index i to the last position in the linked list of elements. Only the links (Next and Previous) of the node change, the structure itself is not moved inside the array.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also