Exemple #1
0
 public Index(Directory.Index parent, string entryId = null)
 {
     this.parent  = parent;
     rc           = parent.rc;
     this.entryId = entryId;
 }
Exemple #2
0
 public Index(Directory.Index parent)
 {
     this.parent = parent;
     rc          = parent.rc;
 }