Exemplo n.º 1
0
        public Dictionary <string, object> getArgs()
        {
            Dictionary <string, object> ar = matcher.getArgs();

            if (ar != null)
            {
                return(ar);
            }
            else
            {
                return(new Dictionary <string, object>());
            }
        }
Exemplo n.º 2
0
 public override Dictionary <string, object> getArgs()
 {
     return(selected.getArgs());
 }