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

适用于