Click or drag to resize
ReflectionUtilsGetBaseType Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseType(System.Type)"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static Type GetBaseType(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseType(System.Type)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetBaseType(System.Type)"]

See Also