コード例 #1
0
 public JasminClassModule WithFunction(JasminFunctionModule jasminFunction)
 {
     _functions.Add(jasminFunction);
     return(this);
 }