isRTSpecialName property

bool isRTSpecialName

Returns true if the common language runtime metadata internal APIs should check the encoding of the property name.

Implementation

bool get isRTSpecialName =>
    _attributes & CorPropertyAttr.prRTSpecialName ==
    CorPropertyAttr.prRTSpecialName;