Share via


MethodImplAttribute Constructor (Int16)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the MethodImplAttribute class with the specified MethodImplOptions value.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Short _
)
public MethodImplAttribute(
    short value
)
public:
MethodImplAttribute(
    short value
)
new : 
        value:int16 -> MethodImplAttribute
public function MethodImplAttribute(
    value : short
)

Parameters

.NET Framework Security

See Also

Reference

MethodImplAttribute Class

MethodImplAttribute Overload

System.Runtime.CompilerServices Namespace