Skip to content

M_CodeJam_Reflection_InfoOf_Constructor__1

Andrew Koryavchenko edited this page Jun 17, 2018 · 10 revisions

InfoOf.Constructor(T) Method

Returns the constructor.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static ConstructorInfo Constructor<T>()
where T : new()

VB

Public Shared Function Constructor(Of T As New) As ConstructorInfo

F#

static member Constructor : unit -> ConstructorInfo  when 'T : new()

Type Parameters

 

T
[Missing documentation for "M:CodeJam.Reflection.InfoOf.Constructor``1"]

Return Value

Type: ConstructorInfo
The ConstructorInfo instance.

See Also

Reference

InfoOf Class
Constructor Overload
CodeJam.Reflection Namespace

Clone this wiki locally