C#編程-96:索引器的使用

using System; using System.Collections.Generic; using System.Linq; using System.Text;   namespace IndexTest {     class Clerk     {         private string name;         public string Name         {   
相關文章
相關標籤/搜索