Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
editDistance.Insert(T) Class
Insert(T) Methods
apply Method
apply Method (IEnumerable(T))
apply Method (IList(T))
editDistance
Insert
T
apply Method (IList
T
)
Mutates an
IList
T
to reflect the edit step.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
void
apply
(
IList
<T>
li
)
Parameters
li
Type:
System.Collections.Generic
IList
T
The
IList
T
to mutate.
Implements
editDistance
IEditStep
T
apply(IList
T
)
Remarks
This will mutate
li
.
See Also
Reference
editDistance
Insert
T
Class
apply Overload
WhetStone.Looping Namespace