資源簡介
VS2010打開的整個類庫工程,直接生成dll就可使用。C#常用類庫合集,小編整理的,里面都是源碼,有excel導入導出的,Json類庫,條碼類庫,全都是精品,絕對是你想要的,大家快來下載。類庫會在編譯之后生成一個dll文件,然后其他的項目可以引用這個dll。這個大家都是知道的。

代碼片段和文件信息
using?System;
using?System.Runtime.Serialization;
using?System.Security.Permissions;
using?System.xml;
using?System.xml.Schema;
using?System.xml.Serialization;
using?Generics?=?System.Collections.Generic;
namespace?Core.Collections
{
????
????[Serializable()]
????[xmlRoot(“dictionary“)]
????public?class?Dictionary?:?
????????System.Collections.Generic.Dictionary?ICloneable?
????????ICloneable>?IxmlSerializable
????{
????????#region?Constructors
????????///?
????????///?Initializes?a?new?instance?of?the?
????????///? ?class?that?
????????///?is?empty?has?the?default?initial?capacity?and?uses?the?
????????///?default?equality?comparer?for?the?key?type.
????????///?
?????
????????public?Dictionary()?:?base()?{?}?//?Dictionary
????????///?
????????///?Initializes?a?new?instance?of?the?
????????///? ?class?that?contains?elements?copied?from?the?specified? ?and?uses?the?default?equality?comparer?for?the?key?type.
????????///?
????????///?The?dictionary.
????????///?dictionarytable?contains?one?or?more?duplicate?values.
????????///?dictionarytable?is?null.
????????public?Dictionary(Generics.IDictionary?dictionary)?:?base(dictionary)?{?}?//?Dictionary
????????///?Initializes?a?new?instance?of?the?
????????///? ?class?that?is?empty?has?the?default?initial?capacity?and?uses?the?specified? .
????????///?The? ?implementation?to?use?when?comparing?values?or?null?to?use?the?default? ?for?the?type?of?the?key.
????????public?Dictionary(Generics.IEqualityComparer?comparer)?:?base(comparer)?{?}?//?Dictionary
????????///?Initializes?a?new?instance?of?the?
????????///? ?class?that?is?empty?has?the?specified?initial?capacity?and?uses?the?default?equality?comparer?for?the?key?type.
????????///?The?initial?number?of?elements?that?the? ?can?contain.
????????///?capacity?is?less?than?0.
????????public?Dictionary(int?capacity)?:?base(capacity)?{?}?//?Dictionary
????????///?
????????///?Initializes?a?new?instance?of?the?
????????///? ?class?that?contains?elements?copied
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-09?23:02??Core.Collections\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\Collections\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\Properties\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\bin\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\bin\Debug\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\bin\Release\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\obj\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\obj\Debug\
?????目錄???????????0??2017-01-09?23:02??Core.Collections\obj\Debug\TempPE\
?????目錄???????????0??2017-01-09?23:02??Core.Common\
?????目錄???????????0??2017-01-09?23:02??Core.Common\Properties\
?????目錄???????????0??2017-01-09?23:02??Core.Common\bin\
?????目錄???????????0??2017-01-09?23:02??Core.Common\bin\Debug\
?????目錄???????????0??2017-01-09?23:02??Core.Common\obj\
?????目錄???????????0??2017-01-09?23:02??Core.Common\obj\Debug\
?????目錄???????????0??2017-01-09?23:02??Core.Common\分詞輔助類\
?????目錄???????????0??2017-01-09?23:02??Core.Common\加密解密\
?????目錄???????????0??2017-01-09?23:02??Core.Common\反射\
?????目錄???????????0??2017-01-09?23:02??Core.Common\字符串\
?????目錄???????????0??2017-01-09?23:02??Core.Common\序列化\
?????目錄???????????0??2017-01-09?23:02??Core.Common\日歷\
?????目錄???????????0??2017-01-09?23:02??Core.Common\時間操作類\
?????目錄???????????0??2017-01-09?23:02??Core.Common\條形碼\
?????目錄???????????0??2017-01-09?23:02??Core.Common\正則表達式\
?????目錄???????????0??2017-01-09?23:02??Core.Common\漢字轉拼音\
?????目錄???????????0??2017-01-09?23:02??Core.Common\運算\
?????目錄???????????0??2017-01-09?23:02??Core.Common\隨機數\
?????目錄???????????0??2017-01-09?23:02??Core.Common\音頻視頻轉換類\
?????目錄???????????0??2017-01-09?23:02??Core.Common\驗證碼\
?????目錄???????????0??2017-01-09?23:02??Core.DBUtility\
?????目錄???????????0??2017-01-09?23:02??Core.DBUtility\DBTools\
............此處省略569個文件信息
- 上一篇:天氣預報源碼、包括從IP獲取天氣預報C#
- 下一篇:C#高性能大容量SOCKET并發
評論
共有 條評論