摘要:
using System;/// <summary>/// 创建一个获取字符串数据的接口/// </summary>///interface IGetData{ //接口定义,不使用修饰符 string GetText(); void SetText(string str); string Content { get;set;}}//创建一个获取整数的接口interface IGetInt{ int GetInt(); void SetInt(int num); int Integer { get;set;}}//接口的继承interface IGet... 阅读全文
posted @ 2011-12-27 15:07
辣椒粉
阅读(806)
评论(0)
推荐(0)

浙公网安备 33010602011771号