コード例 #1
0
ファイル: Function.cs プロジェクト: mrz1988/Project-Algae
 public void SubstituteFrom(VariableContext context)
 {
     _ctx.DefineFrom(context);
 }