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 值。

適用於