Click or drag to resize

TypeInfoUtilsGetBaseType Method

Returns the base type of the specified type.

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

Parameters

type
Type: SystemType
Type to get base type for.

Return Value

Type: Type
Base type of specified type.
See Also