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 (IEnumerable
T
)
Get a new
IEnumerable
T
with the step applied to the original
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
IEnumerable
<T>
apply
(
IEnumerable
<T>
en
)
Parameters
en
Type:
System.Collections.Generic
IEnumerable
T
The enumerable to apply to.
Return Value
Type:
IEnumerable
T
A new enumerable with
en
's member except the step is applied to it.
See Also
Reference
editDistance
IEditStep
T
Interface
apply Overload
WhetStone.Looping Namespace