ConstructorInfo.TypeConstructorName Campo

Definición

Representa el nombre del método constructor de tipo tal y como está almacenado en los metadatos. Este nombre es siempre ".cctor". Esta propiedad es de sólo lectura.

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 

Valor de campo

String
Atributos

Se aplica a