XmlMapCollection

XmlMapCollection class

Una raccolta diXmlMap oggetti che rappresentano informazioni XmlMap.

public class XmlMapCollection : CollectionBase<XmlMap>

Proprietà

NomeDescrizione
Capacity { get; set; }
Count { get; }
Item { get; }Ottiene la mappa xml dall’indice specifico.
Item { get; set; }

Metodi

NomeDescrizione
Add(string)Aggiungi aXmlMap dall’URL/percorso di un file xml/xsd.
BinarySearch(XmlMap)
BinarySearch(XmlMap, IComparer<XmlMap>)
BinarySearch(int, int, XmlMap, IComparer<XmlMap>)
Clear()Rimuove tutte le 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)

Guarda anche