Click or drag to resize

TypeInfoUtilsIsGenericType Method

Indicates if type is a generic type.

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

Parameters

type
Type: SystemType
Type to check.

Return Value

Type: Boolean
True if type is a generic type; otherwise, false.
See Also