No, Because Out Parameter is used to pass the value out of a method.Out parameters are like return values which must be assigned by the callee. We know a partial method may or may not have an implantation in the case if it does not have a implementation how will it assign value to the out parameters.
Can we pass ref and out to partial method??
Questions by sambomb3
Related Answered Questions
Related Open Questions