示例#1
0
 public void Alter(IchangeVisitor visitor, Ichangable source, string propertyName)
 {
     visitor.Alter(this, source as PackageModel, propertyName);
 }
示例#2
0
 public void Alter(IchangeVisitor visitor, Ichangable source, string propertyName)
 {
     visitor.Alter(this, source as TypeItem, propertyName);
 }