IMultiQueryableElementType Method DryadLINQ documentation
Gets the element type of the query at a specified index.

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

Type ElementType(
	int index
)

Parameters

index
Type: SystemInt32
The index

Return Value

Type: Type
A Type that represents the type of the elements
See Also

Reference