Click or drag to resize
ConstructorInfoTypeConstructorName Field
Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.

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

Field Value

Type: String
See Also