isOutParam property

bool isOutParam

Returns true if the parameter is passed from the method return.

Implementation

bool get isOutParam => _attributes & CorParamAttr.pdOut == CorParamAttr.pdOut;