示例#1
0
 public override double Area(Rectangle rect)
 {
     return(_delegate.Area(rect));
 }