Public Member Functions | |
| void | push (WebFile node) |
| Adds the given node to the list. More... | |
| WebFile | item (int index) |
| Gets a node at a particular index. More... | |
| IEnumerator< WebFile > | GetEnumerator () |
Package Attributes | |
| List< WebFile > | values =new List<WebFile>() |
Properties | |
| int | length [get] |
| The number of nodes in the list. More... | |
| WebFile | this[int index] [get, set] |
| Gets an element at the specified index. More... | |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
|
inline |
|
inlineprivate |
|
inline |
Gets a node at a particular index.
|
inline |
Adds the given node to the list.
|
get |
The number of nodes in the list.
|
getset |
Gets an element at the specified index.