Inheritance diagram for PowerUI.FileList:

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< WebFileGetEnumerator ()
 

Package Attributes

List< WebFilevalues =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 ()
 

Member Function Documentation

IEnumerator<WebFile> PowerUI.FileList.GetEnumerator ( )
inline
IEnumerator IEnumerable. PowerUI.FileList.GetEnumerator ( )
inlineprivate
WebFile PowerUI.FileList.item ( int  index)
inline

Gets a node at a particular index.

void PowerUI.FileList.push ( WebFile  node)
inline

Adds the given node to the list.

Member Data Documentation

List<WebFile> PowerUI.FileList.values =new List<WebFile>()
package

Property Documentation

int PowerUI.FileList.length
get

The number of nodes in the list.

WebFile PowerUI.FileList.this[int index]
getset

Gets an element at the specified index.