コード例 #1
0
ファイル: Skeleton.cs プロジェクト: telkomops/TypeCobol
 public void CopyTo(Pattern[] array, int index)
 {
     Patterns.CopyTo(array, index);
 }