摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlCl... 阅读全文
摘要:
今天使用数组的时候,用到了几个数组的属性,总结如下:Array的Rank 属性:语法:public int Rank { get; } 得到Array的秩(维数)。Array的GetUpperBound 方法:语法:public int GetUpperBound(i... 阅读全文
摘要:
Model:Employeeusing System.ComponentModel;namespace WpfApplicationBindingSample.Models{ /// /// 业务实体(Business Entity) /// ... 阅读全文