示例#1
0
 public void EditorOnly_Rep(ref Rep rep)
 {
     if ((this.keys == null) && (this.values == null))
     {
         this.keys   = new string[0];
         this.values = new VisQuery[0];
     }
     Rep.Ref(ref rep, this);
 }