Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
editDistance.IEditStep(T) Interface
IEditStep(T) Methods
apply Method
apply Method (IEnumerable(T))
apply Method (IList(T))
editDistance
IEditStep
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
void
apply
(
IList
<T>
li
)
Parameters
li
Type:
System.Collections.Generic
IList
T
The
IList
T
to mutate.
Remarks
This will mutate
li
.
See Also
Reference
editDistance
IEditStep
T
Interface
apply Overload
WhetStone.Looping Namespace