コード例 #1
0
ファイル: lambda.cs プロジェクト: MilkTool/kiezellisp
 object IApply.Apply(object[] args)
 {
     return(Runtime.Identity(args));
 }