Ejemplo n.º 1
0
 public XmlFileOfVSLine(XmlFileOfVS file, string text, string memberName, string path, int index, LineType type)
 {
     this.File       = file;
     this.Text       = text;
     this.memberName = memberName;
     this.path       = path;
     this.index      = index;
     this.type       = type;
 }
Ejemplo n.º 2
0
 public ReadWriter(XmlFileOfVS xml)
 {
     this.xml = xml;
 }
Ejemplo n.º 3
0
 public static IReadWriter <XmlFileOfVSLine> GetLineReadWriter(XmlFileOfVS xml)
 {
     return(new ReadWriter(xml));
 }
 public TempNodeCollection(XmlFileOfVS file)
 {
     xml = file;
 }