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
Syntaxpublic static bool IsSimpleType(
Type t
)
Public Shared Function IsSimpleType (
t As Type
) As Boolean
public:
static bool IsSimpleType(
Type^ t
)
static member IsSimpleType :
t : Type -> bool
Parameters
- t
- Type: SystemType
The t.
Return Value
Type:
Booleantrue if the given type is Simple type; otherwise,
false.
See Also