MethodImplAttribute.Value Propiedad

Definición

Obtiene el valor de MethodImplOptions que describe el método al que se aplicó el atributo.

public:
 property System::Runtime::CompilerServices::MethodImplOptions Value { System::Runtime::CompilerServices::MethodImplOptions get(); };
public System.Runtime.CompilerServices.MethodImplOptions Value { get; }
member this.Value : System.Runtime.CompilerServices.MethodImplOptions
Public ReadOnly Property Value As MethodImplOptions

Valor de propiedad

Valor de MethodImplOptions que describe el método al que se aplicó el atributo.

Se aplica a