ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / DynamicDispatch Class / IsPrimitive Method
type

In This Topic
    IsPrimitive Method
    In This Topic
    Checks if a given type is a primitive type
    Syntax
    'Declaration
     
    Public Shared Function IsPrimitive( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsPrimitive( 
       Type type
    )

    Parameters

    type
    type

    Return Value

    True if a given type is a primitive type, false otherwise
    See Also