Typ XPathCollection zpřístupňuje následující členy.
 Konstruktory
Konstruktory
| Jméno | Popis | |
|---|---|---|
|  | XPathCollection | 
            Vytvoří novou instanci třídy XPathCollection.
             | 
 Metody
Metody
| Jméno | Popis | |
|---|---|---|
|  | Add | 
            Přidá prvek value do kolekce.
             | 
|  | Clear | Removes all objects from the CollectionBase instance. | 
|  | CopyTo | 
            Kopíruje prvky kolekce do pole XPathCollection, začínající na uvedeném indexu index v poli collection.
             | 
|  | Equals | (Zděděno z Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
|  | GetEnumerator | Returns an enumerator that can iterate through the CollectionBase instance. | 
|  | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  | GetType | Gets the Type of the current instance. | 
|  | Insert | 
            Vloží prvek value do kolekce na pozici index.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. | 
|  | OnClear | Performs additional custom processes when clearing the contents of the CollectionBase instance. | 
|  | OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. | 
|  | OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. | 
|  | OnInsertComplete | Performs additional custom processes after inserting a new element into the CollectionBase instance. | 
|  | OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. | 
|  | OnRemoveComplete | Performs additional custom processes after removing an element from the CollectionBase instance. | 
|  | OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. | 
|  | OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. | 
|  | OnValidate | 
            Metoda je volána kolekcí pro kontrolu, zda je prvek validní.
            (Přepisuje CollectionBase..::.OnValidate(Object).) | 
|  | Remove | 
            Odebere hodnotu z kolekce.
             | 
|  | RemoveAt | Removes the element at the specified index of the CollectionBase instance. | 
|  | ToString | (Zděděno z Object.) | 
 Vlastnosti
Vlastnosti
| Jméno | Popis | |
|---|---|---|
|  | Count | Gets the number of elements contained in the CollectionBase instance. | 
|  | InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. | 
|  | Item | 
            Vrátí anebo nastaví prvek kolekce na pozici i. 
             | 
|  | List | Gets an IList containing the list of elements in the CollectionBase instance. | 
|  | SyncRoot | 
            Vrátí objekt, který může být použit pro synchronizaci přístupu k této instanci.
             | 





