Hi,
I am still learning c# and I had a question regarding returning multiple variable from a function. I pass a point object to a function and I want to return an integer and another point from that function. Is this possible?
function returnTwoObjects(point a)
{
return point and an integer
}
tks
I am still learning c# and I had a question regarding returning multiple variable from a function. I pass a point object to a function and I want to return an integer and another point from that function. Is this possible?
function returnTwoObjects(point a)
{
return point and an integer
}
tks