MethodImplAttribute.Value Property

Definition

Gets the MethodImplOptions value describing the attributed method.

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

Property Value

The MethodImplOptions value describing the attributed method.

Applies to