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.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static readonly string ConstructorName
Field Value
Type:
StringSee Also