MethodImplAttribute.Value Eigenschaft

Definition

Ruft den MethodImplOptions-Wert ab, der die attributierte Methode beschreibt.

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

Eigenschaftswert

Der MethodImplOptions-Wert, der die attributierte Methode beschreibt.

Gilt für: