Click or drag to resize
ConstructorInfoConstructorName Field
Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static readonly string ConstructorName

Field Value

Type: String
See Also