摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ // 访问限制. #region 自定义类 class MyClass { private void ShowMessage() // 私有方法, 关键字 Private . 这是也是默认的. { Console.WriteLine("私有的,不能在类的外部被访问"); } public void SH... 阅读全文
posted @ 2012-09-28 15:09
梦断难寻
阅读(654)
评论(0)
推荐(0)

浙公网安备 33010602011771号