B
Bruce
I have a public method in a managed class similar to void foo(int i);
I noticed something a bit curious when I complied the help file with
Sandcastle. Sandcastle is seeing the int parameters as Int32.
Should I not be using int but use Int16 so that the parameter is
compatible across all of the languages?
Bruce
I noticed something a bit curious when I complied the help file with
Sandcastle. Sandcastle is seeing the int parameters as Int32.
Should I not be using int but use Int16 so that the parameter is
compatible across all of the languages?
Bruce