Brandon Perry wrote: > The following code for some reason is not able to be used because of > protection, but I can't figure out what on earth it could be. Google > comes up with things like using predefined var names and such, but I > don't think I am using any...
[...] > > UInt16 BSwap_16(UInt16 n) > UInt32 BSwap_32(UInt32 n) BSwap_16 and BSwap_32 are not declared as "public" => are not accessible outside the class. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
