Name | Description | |
---|---|---|
Count | Gets the number of items in the range. | |
Elements | Gets the items in the range. | |
EndingElement | Gets or sets the last item in the range. | |
StartingElement | Gets or sets the first item in the range. |
The following tables list the members exposed by IRangeBase<T>.
Name | Description | |
---|---|---|
Count | Gets the number of items in the range. | |
Elements | Gets the items in the range. | |
EndingElement | Gets or sets the last item in the range. | |
StartingElement | Gets or sets the first item in the range. |
Name | Description | |
---|---|---|
Clear | Clears specific elements in the range. | |
ReplaceContent | Searches into the content of the range and replaces all occurences of a specific value with a new value. |