Click or drag to resize

editDistanceInsertTapply Method (IEnumerableT)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public IEnumerable<T> apply(
	IEnumerable<T> en
)

Parameters

en
Type: System.Collections.GenericIEnumerableT
The enumerable to apply to.

Return Value

Type: IEnumerableT
A new enumerable with en's member except the step is applied to it.

Implements

editDistanceIEditStepTapply(IEnumerableT)
See Also