RxSpy.RxSpySession.RxSpySession C# (CSharp) 메소드

RxSpySession() 개인적인 메소드

private RxSpySession ( IRxSpyEventHandler eventHandler, bool explicitCapture ) : System
eventHandler IRxSpyEventHandler
explicitCapture bool
리턴 System
        RxSpySession(IRxSpyEventHandler eventHandler, bool explicitCapture)
        {
            _eventHandler = eventHandler;
            _explicitCapture = explicitCapture;
        }