Is there any way that I can create a public function in my class that is called And. I get an understandable error saying that And is a reserved word. Is there any way around this problem?
In the System.Collections.BitArray class they use And as a function name. How do they do that?
In the System.Collections.BitArray class they use And as a function name. How do they do that?