Public Member Functions |
| bool | Contains (CREFSTRING name) |
| | Returns true if the collection contains the specified item, false otherwise.
|
| bool | Contains (MgWebCommand *value) |
| | Returns true if the collection contains the specified item, false otherwise.
|
| INT32 | GetCount () |
| | Returns the number of items in the collection.
|
| MgWebCommand * | GetItem (INT32 index) |
| | Returns the item at the specified index Throws an out of range exception if the index is invalid.
|
| MgWebCommand * | GetItem (CREFSTRING name) |
| | Returns the item with the specified name Throws an illegal argument exception if the name does not exist.
|
| INT32 | IndexOf (CREFSTRING name) |
| | Returns the index of the specified item in the collection or -1 if the item does not exist.
|
| INT32 | IndexOf (MgWebCommand *value) |
| | Returns the index of the specified item in the collection or -1 if the item does not exist.
|