摘要:
专题图: 编号:ylbtech DotNet1000100121,Array提供一些方法,用于创建、处理、搜索数组并对数组进行排序,从而充当公共语言运行时中所有数组的基类。命名空间: System程序集: mscorlib(在 mscorlib.dll 中)2,Syntax(语法)[SerializableAttribute][ComVisibleAttribute(true)]public abstract class Array : ICloneable, IList, ICollection, IEnumerable, IStructuralComparable, IStructura. 阅读全文
摘要:
专题图: 编号:ylbtech DotNet1000100111,IDictionary InterfaceRepresents a nongeneric collection of key/value pairs.【代表一个非泛型键/值对的集合。】命名空间:System.Collections.Generic程序集:mscorlib(在 mscorlib.dll 中)2,Syntax(语法)public interface IDictionary<TKey,TValue> : ICollection<KeyValuePair<TKey,TValue>>, 阅读全文