XmlMapCollection

XmlMapCollection class

集合XmlMap表示 XmlMap 信息的对象。

public class XmlMapCollection : CollectionBase<XmlMap>

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }通过特定索引获取xml映射。
Item { get; set; }

方法

姓名描述
Add(string)添加一个XmlMap通过 xml/xsd 文件的 url/路径。
BinarySearch(XmlMap)
BinarySearch(XmlMap, IComparer<XmlMap>)
BinarySearch(int, int, XmlMap, IComparer<XmlMap>)
Clear()删除所有 XmlMaps. (2 methods)
Contains(XmlMap)
CopyTo(XmlMap[])
CopyTo(XmlMap[], int)
CopyTo(int, XmlMap[], int, int)
Exists(Predicate<XmlMap>)
Find(Predicate<XmlMap>)
FindAll(Predicate<XmlMap>)
FindIndex(Predicate<XmlMap>)
FindIndex(int, Predicate<XmlMap>)
FindIndex(int, int, Predicate<XmlMap>)
FindLast(Predicate<XmlMap>)
FindLastIndex(Predicate<XmlMap>)
FindLastIndex(int, Predicate<XmlMap>)
FindLastIndex(int, int, Predicate<XmlMap>)
GetEnumerator()
IndexOf(XmlMap)
IndexOf(XmlMap, int)
IndexOf(XmlMap, int, int)
LastIndexOf(XmlMap)
LastIndexOf(XmlMap, int)
LastIndexOf(XmlMap, int, int)
RemoveAt(int)

也可以看看