コード例 #1
0
ファイル: Edit.cs プロジェクト: mikeoliphant/LiveSPICE
 public static Edit New(params Edit[] Edits)
 {
     return(New(Edits.AsEnumerable()));
 }