C# Class System.Runtime.CompilerServices.MethodImplAttribute

Inheritance: Attribute
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
MethodCodeType MethodCodeType

Public Methods

Method Description
MethodImplAttribute ( ) : System
MethodImplAttribute ( MethodImplOptions methodImplOptions ) : System
MethodImplAttribute ( short value ) : System

Private Methods

Method Description
MethodImplAttribute ( MethodImplAttributes methodImplAttributes ) : System

Method Details

MethodImplAttribute() public method

public MethodImplAttribute ( ) : System
return System

MethodImplAttribute() public method

public MethodImplAttribute ( MethodImplOptions methodImplOptions ) : System
methodImplOptions MethodImplOptions
return System

MethodImplAttribute() public method

public MethodImplAttribute ( short value ) : System
value short
return System

Property Details

MethodCodeType public_oe property

public MethodCodeType MethodCodeType
return MethodCodeType