SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void
示例#1
0
 public BaseAttack GetCopy()
 {
     BaseAttack ba = new BaseAttack(this.consume.Length);
     ba.SetData(this.GetData(new Hashtable()));
     return ba;
 }