SetData() public méthode

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