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描述特性化方法的值。

适用于