System.Diagnostics.Tests.DebuggerTests.NotifyOfCrossThreadDependency C# (CSharp) Method

NotifyOfCrossThreadDependency() private method

private NotifyOfCrossThreadDependency ( ) : void
return void
        public void NotifyOfCrossThreadDependency()
        {
            Debugger.NotifyOfCrossThreadDependency();
        }
    }