예제 #1
0
 public SprawlEnumerator(Sprawl parent) => Parent = parent;
예제 #2
0
 public Enumerator(Sprawl parent)
 {
     this.parent = parent;
 }