Property | Type | Description | |
---|---|---|---|
components | List | ||
identifier | string | ||
priority | int |
Method | Description | |
---|---|---|
BasicCollection ( string identifier ) : System | ||
BasicCollection ( string identifier, int priority, Object components ) : System | ||
add ( Object component ) : void |
Adds new object to the collection.
|
|
first ( ) : Object | ||
hasNext ( ) : System.Boolean | ||
remove ( Object component ) : void |
public BasicCollection ( string identifier ) : System | ||
identifier | string | |
return | System |
public BasicCollection ( string identifier, int priority, Object components ) : System | ||
identifier | string | |
priority | int | |
components | Object | |
return | System |