Méthode | Description | |
---|---|---|
Add ( object key, IResource resource ) : void |
Adds the specified key.
|
|
Clear ( ) : void |
Clears this instance.
|
|
Contains ( object key ) : bool |
Determines whether the resource contains the specified key.
|
|
CopyTo ( Array array, int index ) : void |
Copies the elements of the
|
|
Remove ( object key ) : void |
Removes the specified key.
|
|
this ( object key ) : IResource |
Gets or sets the Castle.MonoRail.Framework.IResource with the specified key.
|
Méthode | Description | |
---|---|---|
System ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
public Add ( object key, IResource resource ) : void | ||
key | object | The key. |
resource | IResource | The resource. |
Résultat | void |
public CopyTo ( Array array, int index ) : void | ||
array | Array | The one-dimensional |
index | int | The zero-based index in array at which copying begins. |
Résultat | void |