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>() where T : new()
VB
Public Shared Function Constructor(Of T As New) As ConstructorInfo
F#
static member Constructor : unit -> ConstructorInfo when 'T : new()
Type: ConstructorInfoThe ConstructorInfo instance.
InfoOf ClassConstructor OverloadCodeJam.Reflection Namespace