IDecomposable TSource, TAccumulate, TResult  Initialize Method DryadLINQ documentation
Initializes the state of this IDecomposable object.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

void Initialize(
	Object state
)
See Also