Linked |
The LongestCommonGeneralizedRepeatALinkedObjectList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | |
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Init | Inits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order. |
![]() | MoveToLast | Moves 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. |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |