Click or drag to resize

UtilitiesIsSimpleType Method

Determines whether the specified Type is simple type.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static bool IsSimpleType(
	Type t
)

Parameters

t
Type: SystemType
The t.

Return Value

Type: Boolean
true if the given type is Simple type; otherwise, false.
See Also