Relative Content

Tag Archive for c#out-parameters

Why is my out parameter not returning my value?

My assignment is overloading methods, and creating a class library. When creating methods not problems till returning the out parameter. I’m not allowed to change the codes that will reference the class library.