isInParam property

bool isInParam

Returns true if the parameter is passed into the method call.

Implementation

bool get isInParam => _attributes & CorParamAttr.pdIn == CorParamAttr.pdIn;