ConstructorInfo.TypeConstructorName Field

Definition

Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.

public: static initonly System::String ^ TypeConstructorName;
public static readonly string TypeConstructorName;
[System.Runtime.InteropServices.ComVisible(true)]
public static readonly string TypeConstructorName;
 staticval mutable TypeConstructorName : string
[<System.Runtime.InteropServices.ComVisible(true)>]
 staticval mutable TypeConstructorName : string
Public Shared ReadOnly TypeConstructorName As String 

Field Value

Attributes

Applies to