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( 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
Type: ConstructorInfoThe ConstructorInfo instance.
InfoOf(T) ClassCodeJam.Reflection Namespace