示例#1
0
 protected internal virtual Node TransformUsing(Using @using)
 {
     return(@using.AcceptTransformer(this, true));
 }