M_CommandLine_Core_ReflectionExtensions_IsPrimitiveEx - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static bool IsPrimitiveEx(
this Type type
)VB
<ExtensionAttribute>
Public Shared Function IsPrimitiveEx (
type As Type
) As BooleanC++
public:
[ExtensionAttribute]
static bool IsPrimitiveEx(
Type^ type
)F#
[<ExtensionAttribute>]
static member IsPrimitiveEx :
type : Type -> bool
- type
- Type: System.Type
Type: Boolean
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).