Click or drag to resize

editDistanceIEditStepTapply Method (IEnumerableT)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
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.
See Also