91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

c#中的命名實參

發布時間:2020-07-20 17:05:33 來源:網絡 閱讀:493 作者:51GT 欄目:編程語言

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication1
{
class Program
{

     class Class1
     {
         readonly string people;
        public string People { get {return people;} }
        readonly decimal price;
        public decimal Price { get { return price; } }
        public Class1(string people, decimal price)
        {
            this.people = people;
            this.price = price;
        }

        public static List<Class1> kkk()
        {
            return new List<Class1> {
    new Class1(people:"ssss",price:444m),
    new Class1(people:"44333rrr",price:666m),
    new Class1(people:"dddd",price:88m)

    };

    }
        public override string ToString()
        {
            return string.Format("{0}:{1}",people,price);
        }

        static void Main(string[] args)
        {
           foreach(Class1 jjj in kkk())
           { Console.WriteLine(jjj.people+':'+jjj.price);

           }
           Console.ReadLine();
        }
    }
}

}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

潜山县| 昭苏县| 聂拉木县| 辽阳市| 虞城县| 遂溪县| 德保县| 济源市| 云和县| 襄汾县| 色达县| 定南县| 陇南市| 元阳县| 公主岭市| 谢通门县| 嫩江县| 漯河市| 轮台县| 乌拉特后旗| 登封市| 封开县| 攀枝花市| 台东市| 青浦区| 旌德县| 淮安市| 济南市| 金溪县| 如皋市| 大港区| 融水| 南川市| 梅州市| 邵东县| 澄迈县| 元朗区| 桂林市| 石楼县| 灵台县| 河曲县|