AsyncDolls.AsyncCountdownEvent.DebugView.DebugView C# (CSharp) Méthode

DebugView() public méthode

public DebugView ( AsyncCountdownEvent ce ) : System
ce AsyncCountdownEvent
Résultat System
            public DebugView(AsyncCountdownEvent ce)
            {
                _ce = ce;
            }
AsyncCountdownEvent.DebugView