コード例 #1
0
ファイル: SegmentFactory.cs プロジェクト: f00f-nyc/Kraken
 public SegmentFactory WithEnd(SegmentPosition pos)
 {
     this.endPosition = pos;
     return(this);
 }
コード例 #2
0
ファイル: SegmentFactory.cs プロジェクト: f00f-nyc/Kraken
 public SegmentFactory WithStart(SegmentPosition pos)
 {
     this.startPosition = pos;
     return(this);
 }