Click or drag to resize

TypeInfoUtilsGetGenericArguments Method

Returns the generic arguments of the type.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Type[] GetGenericArguments(
	Type type
)

Parameters

type
Type: SystemType
Type to get generic arguments for.

Return Value

Type: Type
Array of generic arguments.
See Also