コード例 #1
0
 public SearchInfo(string type, object value,
                   Param1Handler <Transform> handler)
 {
     this.conditionType  = type;
     this.conditionValue = value;
     this.handler        = handler;
 }