Ejemplo n.º 1
0
 public ParentEnumerator(GitCommit owner)
 {
     this.owner    = owner;
     this.position = -1;
 }
Ejemplo n.º 2
0
 public ParentEnumerable(GitCommit owner)
 {
     this.owner = owner;
 }