RxSpy.RxSpySession.RxSpySession C# (CSharp) Méthode

RxSpySession() private méthode

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