D
Dan Avni
Does the MethodImpl attribute work on the .Net CF 2.0 (VS 2005)? I'm using
the following method attribute to synchronize access to a method but it does
not appear to be working.
<System.Runtime.CompilerServices.MethodImpl(Runtime.CompilerServices.MethodImplOptions.Synchronized)>
_
the following method attribute to synchronize access to a method but it does
not appear to be working.
<System.Runtime.CompilerServices.MethodImpl(Runtime.CompilerServices.MethodImplOptions.Synchronized)>
_