ConstructorInfo.ConstructorName Campo

Definición

Representa el nombre del método constructor de clase tal y como está almacenado en los metadatos. Este nombre es siempre ".ctor". Este campo es de solo lectura.

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

Valor de campo

Atributos

Se aplica a