isRTSpecialName property

bool isRTSpecialName

Returns true if the common language runtime should check the encoding of the method name.

Implementation

bool get isRTSpecialName =>
    _attributes & CorMethodAttr.mdSpecialName == CorMethodAttr.mdSpecialName;