Class RangeChange<T>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Multiple change container.
Type Parameters
TThe type of the item.
- Inheritance
-
RangeChange<T>
- Implements
-
IEnumerable<T>
- Extension Methods
Constructors
RangeChange(IEnumerable<T>, int)
Initializes a new instance of the RangeChange<T> class.
Parameters
itemsIEnumerable<T>The items.
indexintThe index.
Properties
Count
Gets the total update count.
Property Value
Empty
Gets a Empty version of the RangeChange.
Property Value
- Range
Change <T>
Index
Gets the index initial index i.e. for the initial starting point of the range insertion.
Property Value
- int
The index.
Methods
Add(T)
Adds the specified item to the range.
Parameters
itemTThe item.
GetEnumerator()
Returns
- IEnumerator<T>
Insert(int, T)
Inserts the item in the range at the specified index.
Parameters
indexintThe index.
itemTThe item.
SetStartingIndex(int)
Sets the index of the starting index of the range.
Parameters
indexintThe index.
ToString()
Returns a string that represents this instance.