MethodImplAttribute.Value プロパティ

定義

属性付きメソッドを記述する MethodImplOptions 値を取得します。

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

プロパティ値

属性付きメソッドを記述する MethodImplOptions 値。

適用対象