コード例 #1
0
ファイル: Function.cs プロジェクト: codyn-net/studio
 public void RemoveArgument(FunctionArgument arg)
 {
     WrappedObject.RemoveArgument(arg);
 }