SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void
예제 #1
0
 public Difficulty GetCopy()
 {
     Difficulty d = new Difficulty();
     d.SetData(this.GetData(new Hashtable()));
     return d;
 }