Example #1
0
 public VertexMethodCaller(ComputeVertexDelegate del, IVertex v)
 {
     this.del = del;
     this.v   = v;
 }
 public VertexMethodCaller(ComputeVertexDelegate del, IVertex v)
 {
     this.del  = del;
     this.v = v;
 }