Ejemplo n.º 1
0
        public void OnCustomLexerEvent(LexerCustomEventArgs splitLexerPath)
        {
            try
            {
                // If checks need to be made

                _customLexerEvent.OnNext(splitLexerPath);
            }
            catch (Exception exception)
            {
                _customLexerEvent.OnError(exception);
            }
        }
 protected abstract void OnCustomLexerEvent(LexerCustomEventArgs lexerCustomEventArgs);