コード例 #1
0
 public ParentEnumerator(GitCommit owner)
 {
     this.owner    = owner;
     this.position = -1;
 }
コード例 #2
0
 public ParentEnumerable(GitCommit owner)
 {
     this.owner = owner;
 }