4
Answers

Unsafe code may only appear if compiling with /unsafe?

Photo of kennis_tw

kennis_tw

20y
8.3k
1
public static bool Brighten(Bitmap b, int nBrightness) { //variables declarations unsafe //error line!! { ....using pointers } }

Answers (4)