There was an error while loading. Please reload this page.
Returns the constructor.
Namespace: CodeJam.ReflectionAssembly: 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 ConstructorInfo
F#
static member Constructor : expression : Expression<Func<'T>> -> ConstructorInfo
1(System.Linq.Expressions.Expression{System.Func{
Type: ConstructorInfoThe ConstructorInfo instance.
InfoOf ClassConstructor OverloadCodeJam.Reflection Namespace