AotCompatlyzer.ReplaceCE.ReplaceCE C# (CSharp) 메소드

ReplaceCE() 공개 메소드

public ReplaceCE ( ) : System
리턴 System
        public ReplaceCE()
        {
            Console.WriteLine("Replacing add_* and remove_* methods with versions that do not contain CompareExchange<> (may not be theradsafe)");

            //			if(ProcessorDispatcher.Verbosity >= 9)
            //				Console.WriteLine(typeof(Delegate).Module.FullyQualifiedName);
        }