码迷,mamicode.com
首页 > Windows程序 > 详细

C#字段

时间:2016-05-08 15:07:38      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 
 6 namespace ClassTrining
 7 {
 8     class 字段
 9     {
10         private int 编号 = 1;
11         public string 姓名 = "林宏权";
12         public string 手机号 = "13888888888";
13         public decimal 工资 = 13890;
14         public double 工龄 = 12.93;
15     }
16 
17 }

 

C#字段

标签:

原文地址:http://www.cnblogs.com/linhongquan/p/5470640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!