codeType property

CodeType codeType

Returns information about the code type used in implementing the method.

Implementation

CodeType get codeType =>
    CodeType.values[_implFlags & CorMethodImpl.miCodeTypeMask];