资源简介
最全的C#常用开发类,cs文件,使用起来非常方便。大约有100多个常用类,

代码片段和文件信息
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 2014-09-19 22:57 Core.Collections\
目录 0 2014-09-19 22:57 Core.Collections\bin\
目录 0 2014-09-19 22:57 Core.Collections\bin\Debug\
文件 32768 2014-11-21 16:12 Core.Collections\bin\Debug\Core.Collections.dll
文件 122368 2014-11-21 16:12 Core.Collections\bin\Debug\Core.Collections.pdb
目录 0 2014-09-29 09:31 Core.Collections\bin\Release\
目录 0 2014-09-19 22:57 Core.Collections\Collections\
文件 13418 2014-10-08 10:56 Core.Collections\Collections\Dictionary.cs
文件 532 2014-10-08 10:56 Core.Collections\Collections\ICloneable.cs
文件 5269 2014-10-08 10:56 Core.Collections\Collections\List.cs
文件 27384 2014-10-08 10:56 Core.Collections\Collections\OrderedDictionary.cs
文件 6659 2014-10-08 10:56 Core.Collections\Collections\OrderedDictionaryEnumerator.cs
文件 5251 2014-10-08 10:56 Core.Collections\Collections\SortHelper.cs
文件 13617 2014-10-08 10:56 Core.Collections\Collections\SyncDictionary.cs
文件 43901 2014-10-08 10:56 Core.Collections\Collections\SyncList.cs
文件 13511 2014-10-08 10:56 Core.Collections\Collections\SyncOrderedDictionary.cs
文件 7352 2014-10-08 10:56 Core.Collections\Collections\ThreadSafeDictionary.cs
文件 5310 2014-10-08 10:56 Core.Collections\Collections\ThreadSafeSortedList.cs
文件 2917 2014-09-29 09:58 Core.Collections\Core.Collections.csproj
目录 0 2014-09-19 22:57 Core.Collections\obj\
目录 0 2014-09-19 22:57 Core.Collections\obj\Debug\
文件 1070 2014-11-21 16:12 Core.Collections\obj\Debug\Core.Collections.csproj.FileListAbsolute.txt
文件 32768 2014-11-21 16:12 Core.Collections\obj\Debug\Core.Collections.dll
文件 122368 2014-11-21 16:12 Core.Collections\obj\Debug\Core.Collections.pdb
文件 5611 2014-12-03 08:51 Core.Collections\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2014-09-19 22:57 Core.Collections\obj\Debug\TempPE\
目录 0 2014-09-19 22:57 Core.Collections\Properties\
文件 1382 2014-09-19 22:57 Core.Collections\Properties\AssemblyInfo.cs
目录 0 2014-09-29 08:20 Core.Common\
目录 0 2014-09-29 08:21 Core.Common\bin\
目录 0 2014-09-29 08:21 Core.Common\bin\Debug\
............此处省略600个文件信息
- 上一篇:C#winform高级设计工控与界面
- 下一篇:《c#开发技术大全》明日科技随书代码
相关资源
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
评论
共有 条评论