Class RangeChange<T>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
Multiple change container.
Type Parameters
T
The 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
items
IEnumerable<T>The items.
index
intThe 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
item
TThe item.
GetEnumerator()
Returns
- IEnumerator<T>
Insert(int, T)
Inserts the item in the range at the specified index.
Parameters
index
intThe index.
item
TThe item.
SetStartingIndex(int)
Sets the index of the starting index of the range.
Parameters
index
intThe index.
ToString()
Returns a string that represents this instance.