RxSpy.RxSpySession.RxSpySession C# (CSharp) Method

RxSpySession() private method

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