Hello CLR experts.
Recently I 've been wandering around IL Metadata and stumbled upon miOptIL value in the CorMEthodImpl enumeration. The MSDN documentation has this to say about it:
miOptIL: Specifies that the method implementation is OPTIL.
A quick search for OPTIL returned nothing. I have examined a few IL dumps and did not locate this value in any of them.
My question is: What is OPTIL? Is it important? Should I be worried when parsing IL for a method marked as OPTIL?
My comment is: The MSDN documentation quality could be better.
Thank you,
Victor.