Example #1
0
 protected virtual void OnParseValue(ParseValueEventArgs <TContext> e)
 {
     ParseValue?.Invoke(this, e);
 }
Example #2
0
 protected void invokeEvent(TokenType tokenType, string name, string value)
 {
     ParseValue?.Invoke(this, new ParseValueArgs(tokenType, name, value));
 }