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 RangeBase<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. |
![]() | ReplaceContents<TSearch,TNew> | Searches into the content of the RangeBase and replaces all instances of the SearchValues with their corresponding NewValues. |
Name | Description | |
---|---|---|
![]() | GetElements | |
![]() | SetElements |