- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Reflection_InfoOf_Constructor__1_1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        2 revisions
      
    Returns the constructor.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ConstructorInfo Constructor<T>(
	Expression<Func<T>> expression
)VB
Public Shared Function Constructor(Of T) ( 
	expression As Expression(Of Func(Of T))
) As ConstructorInfoF#
static member Constructor : 
        expression : Expression<Func<'T>> -> ConstructorInfo 
- expression
 - Type: System.Linq.Expressions.Expression(Func(T))
The expression to analyze. 
- T
 - [Missing  documentation for "M:CodeJam.Reflection.InfoOf.Constructor
1(System.Linq.Expressions.Expression{System.Func{0}})"] 
Type: ConstructorInfo
The ConstructorInfo instance.
InfoOf Class
Constructor Overload
CodeJam.Reflection Namespace