コード例 #1
0
ファイル: Parse.cs プロジェクト: x97mdr/fitsharp
 public virtual Parse At(int i)
 {
     return(i == 0 || More == null ? this : More.At(i - 1));
 }