中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

沙湾县| 仲巴县| 庆阳市| 安丘市| 汾西县| 广西| 汉源县| 商南县| 南昌县| 博客| 崇义县| 龙陵县| 河津市| 中牟县| 临高县| 滨海县| 余干县| 丹江口市| 达日县| 巴林右旗| 萍乡市| 高唐县| 新丰县| 陆丰市| 钦州市| 蕉岭县| 滨州市| 密云县| 青铜峡市| 罗甸县| 华容县| 交城县| 台中市| 广昌县| 丹凤县| 安义县| 报价| 东平县| 玛纳斯县| 宁都县| 新邵县|