There was an error while loading. Please reload this page.
[This is preliminary documentation and is subject to change.]
Returns the contsructor.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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
Type: ConstructorInfoThe ConstructorInfo instance.
InfoOf ClassCodeJam.Reflection Namespace