Click or drag to resize

CollectionExtensionsGetEnumeratedType Method (IEnumerable)

Gets the inner type of the enumerable.

Namespace:  Xcalibur.Extensions
Assembly:  Xcalibur.Extensions (in Xcalibur.Extensions.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
public static Type GetEnumeratedType(
	IEnumerable enumerable
)

Parameters

enumerable
Type: System.CollectionsIEnumerable
The enumerable.

Return Value

Type: Type
See Also