Click or drag to resize

editDistanceIEditStepTapply Method (IListT)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
void apply(
	IList<T> li
)

Parameters

li
Type: System.Collections.GenericIListT
The IListT to mutate.
Remarks
This will mutate li.
See Also