Skip to content

Commit

Permalink
Update test.md (neo-project#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
YLili authored and Celia18305 committed Dec 27, 2017
1 parent 6528075 commit 914413c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zh-cn/sc/test.md
Expand Up @@ -72,6 +72,13 @@ namespace ConsoleApplication1

输出:执行结果 14,符合预期

备注:若运行之后出现错误如下:

类型“BigInteger”在未引用的程序集中定义。必须添加对程序集“System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的引用。

可采用解决方案:通过添加对 “System.Numerics” 的引用就可解决


注意:如果用上面的代码的方式传参,要注意栈顶元素对应第一个形参,为了方便也可以将传参数的代码换成下面的代码。

```c#
Expand Down

0 comments on commit 914413c

Please sign in to comment.