Méthode | Description | |
---|---|---|
Add ( IMap Map ) : void |
Add the given Map to the collection
|
|
Create ( ) : IMap |
Create a new Map, add it to the collection and return it to the caller
|
|
Dispose ( ) : void |
Dispose the collection
|
|
Maps ( ) : System | ||
Remove ( IMap Map ) : void |
Remove the instance of the given Map
|
|
RemoveAt ( int Index ) : void |
Remove the Map at the given index
|
|
Reset ( ) : void |
Reset the Maps array
|
|
get_Item ( int Index ) : IMap |
Return the Map at the given index
|