宗的博客

导航

2009年11月26日 #

C# 函数

摘要: 一、定义和使用函数函数 是一种方法,可提供在应用程序中的任何一处执行的代码块函数名一般采用PascalCasing形式来编写Void 关键字表明函数没有返回值二、返回值Static <returnType> <functionName>(){…. Return <returnValue>;}三、参数Static <returnType> ... 阅读全文

posted @ 2009-11-26 21:25 wrz 阅读(237) 评论(0) 推荐(0)