Пример #1
0
 public static ParseOption AddNakedFunction(this ParseOption option, string name, NakedFunctionHandler handler, bool cacheable = false)
 => option.AddNakedFunction(new NakedFunction(name, handler, cacheable));