TypeExtensionsExpandsToNonPrimitiveTypes Method |
Used by Database Manager
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool ExpandsToNonPrimitiveTypes(
this Type t
)
<ExtensionAttribute>
Public Shared Function ExpandsToNonPrimitiveTypes (
t As Type
) As Boolean
public:
[ExtensionAttribute]
static bool ExpandsToNonPrimitiveTypes(
Type^ t
)
[<ExtensionAttribute>]
static member ExpandsToNonPrimitiveTypes :
t : Type -> bool
Parameters
- t
- Type: SystemType
Type examined
Return Value
Type:
Booleantrue if type does; otherwise false
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also