C
Chris
I've been working with c# for some time now and I've just seen a syntax
I don't recognise in a system I am looking at.
What does this do?
bool MyVariable &= Method();
By the way, Method() reurns a bool
I don't recognise in a system I am looking at.
What does this do?
bool MyVariable &= Method();
By the way, Method() reurns a bool