Skip to content

M_CodeJam_Reflection_InfoOf_1_Constructor

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

InfoOf(T).Constructor Method

Returns the constructor.

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

Syntax

C#

public static ConstructorInfo Constructor(
	Expression<Func<T>> expression
)

VB

Public Shared Function Constructor ( 
	expression As Expression(Of Func(Of T))
) As ConstructorInfo

F#

static member Constructor : 
        expression : Expression<Func<'T>> -> ConstructorInfo 

Parameters

 

expression
Type: System.Linq.Expressions.Expression(Func(T))
The expression to analyze.

Return Value

Type: ConstructorInfo
The ConstructorInfo instance.

See Also

Reference

InfoOf(T) Class
CodeJam.Reflection Namespace

Clone this wiki locally