Name | Description | |
---|---|---|
C1LengthList Constructor | Initializes a new instance of the C1LengthList class. |
The following tables list the members exposed by C1LengthList.
Name | Description | |
---|---|---|
C1LengthList Constructor | Initializes a new instance of the C1LengthList class. |
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item | ||
TotalLength | Gets the accumulation of all the lengths in the list. |
Name | Description | |
---|---|---|
Add | ||
Clear | ||
ClearRange | Sets to the default length the items in the range for the specified parameters startingIndex and count. | |
Contains | ||
CopyTo | ||
Dispose | ||
GetOffset | Gets the accumulated length up to the indicated index (not including). | |
IndexOf | ||
Insert | ||
InsertRange | Overloaded. Inserts the specified newItems at the startingIndex. | |
MoveRange | Moves the number of items specified by count from oldIndex to newIndex. | |
Remove | ||
RemoveAt | ||
RemoveRange | ||
SetItem | Sets an item at the specified index. |