hasFieldMarshal property

bool hasFieldMarshal

Returns true if the parameter has marshaling information.

Implementation

bool get hasFieldMarshal =>
    _attributes & CorParamAttr.pdHasFieldMarshal ==
    CorParamAttr.pdHasFieldMarshal;