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 특성이 지정된 메서드를 설명하는 값입니다.

적용 대상