Click or drag to resize

ReflectionUtilsGetEnumerableItemType Method

Returns the item type of an enumerable type.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Type GetEnumerableItemType(
	Type enumerableType
)

Parameters

enumerableType
Type: SystemType
Type of enumerable to get item type for.

Return Value

Type: Type
Type of items in the specified enumerable type.
See Also