예제 #1
0
 public override void Assign(BaseType value)
 {
     rep = value.ToList().rep.Select(v => v.Clone()).ToList();
     OnChanged();
 }