AsyncDolls.AsyncCountdownEvent.DebugView.DebugView C# (CSharp) Method

DebugView() public method

public DebugView ( AsyncCountdownEvent ce ) : System
ce AsyncCountdownEvent
return System
            public DebugView(AsyncCountdownEvent ce)
            {
                _ce = ce;
            }
AsyncCountdownEvent.DebugView