声明接口IPoint描述一个点的 坐标并实现该接口

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp12 {     interface IPoint     {         int x { get; set; }//定义成
相关文章
相关标签/搜索