Microsoft.Ccr.Core.DispatcherTest.FaultyDispatcherQueue.FaultyDispatcherQueue C# (CSharp) Method

FaultyDispatcherQueue() public method

public FaultyDispatcherQueue ( string str, Dispatcher disp ) : System
str string
disp Dispatcher
return System
            public FaultyDispatcherQueue(string str, Dispatcher disp)
                : base(str, disp)
            {
            }
DispatcherTest.FaultyDispatcherQueue