M_CommandLine_Infrastructure_ReflectionHelper_CreateDefaultImmutableInstance - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static Object CreateDefaultImmutableInstance(
Type type,
Type[] constructorTypes
)VB
Public Shared Function CreateDefaultImmutableInstance (
type As Type,
constructorTypes As Type()
) As ObjectC++
public:
static Object^ CreateDefaultImmutableInstance(
Type^ type,
array<Type^>^ constructorTypes
)F#
static member CreateDefaultImmutableInstance :
type : Type *
constructorTypes : Type[] -> Object
- type
- Type: System.Type
- constructorTypes
- Type: System.Type[]
Type: Object
ReflectionHelper Class
CreateDefaultImmutableInstance Overload
CommandLine.Infrastructure Namespace