-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Reflection_InfoOf_Constructor__1
andrewvk edited this page Apr 5, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
Returns the contsructor.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static ConstructorInfo Constructor<T>(
Expression<Func<T, Object>> expression
)
VB
Public Shared Function Constructor(Of T) (
expression As Expression(Of Func(Of T, Object))
) As ConstructorInfo
F#
static member Constructor :
expression : Expression<Func<'T, Object>> -> ConstructorInfo
- expression
- Type: System.Linq.Expressions.Expression(Func(T, Object))
The expression to analyze.
- T
Type: ConstructorInfo
The ConstructorInfo instance.
InfoOf Class
Constructor Overload
CodeJam.Reflection Namespace