Skip to content

M_CommandLine_Infrastructure_ReflectionHelper_CreateDefaultImmutableInstance__1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ReflectionHelper.CreateDefaultImmutableInstance(T) Method (Type[])

Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static T CreateDefaultImmutableInstance<T>(
	Type[] constructorTypes
)

VB

Public Shared Function CreateDefaultImmutableInstance(Of T) ( 
	constructorTypes As Type()
) As T

C++

public:
generic<typename T>
static T CreateDefaultImmutableInstance(
	array<Type^>^ constructorTypes
)

F#

static member CreateDefaultImmutableInstance : 
        constructorTypes : Type[] -> 'T 

Parameters

 

constructorTypes
Type: System.Type[]

Type Parameters

 

T

Return Value

Type: T

See Also

Reference

ReflectionHelper Class
CreateDefaultImmutableInstance Overload
CommandLine.Infrastructure Namespace

Clone this wiki locally