這篇文章將為大家詳細講解有關怎么在C#中創(chuàng)建一個泛型類,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。
成都創(chuàng)新互聯(lián)是專業(yè)的雙河網(wǎng)站建設公司,雙河接單;提供網(wǎng)站設計制作、成都做網(wǎng)站,網(wǎng)頁設計,網(wǎng)站設計,建網(wǎng)站,PHP網(wǎng)站建設等專業(yè)做網(wǎng)站服務;采用PHP框架,可快速的進行雙河網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團隊,希望更多企業(yè)前來合作!
具體內容如下
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication13 { class Program { static void Main(string[] args) { Testt = new Test ("Age",16); t.Run(); t.SetT1Value = "Height"; t.SetT2Value = 1000; t.Run(); Console.ReadKey(); } } class Test { private T1 _t1; private T2 _t2; public Test(T1 v1,T2 v2) { _t1 = v1; _t2 = v2; } public T1 SetT1Value { set { _t1 = value; } } public T2 SetT2Value { set { _t2 = value; } } public void Run() { Console.WriteLine("The type of T1 is {0},the value is {1}",_t1.GetType().ToString(),_t1); Console.WriteLine("The type of T2 is{0},the value is {1}", _t2.GetType().ToString(), _t2); } } }
運行結果:
關于怎么在C#中創(chuàng)建一個泛型類就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。