Click or drag to resize

ReflectionUtilsGetDefaultValue Method

Returns the default value for the specified type.

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

Parameters

type
Type: SystemType
Type to get default value for.

Return Value

Type: Object
Default value for the specified type.
See Also