-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_InfoOf_1_Constructor
andrewvk edited this page Apr 22, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
Returns the constructor.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
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
- expression
- Type: System.Linq.Expressions.Expression(Func(T))
The expression to analyze.
Type: ConstructorInfo
The ConstructorInfo instance.