Exemplo n.º 1
0
 /**
  * Applies the bind computation.
  *
  * @return the result of applying the bind computation.
  */
 public override IResut Apply()
 {
     return(((List)c.Apply()).MapAppend(f));
 }