Méthode | Description | |
---|---|---|
AddLoader ( IStubbleLoader loader ) : |
Adds a new loader to the composite loader.
|
|
AddLoaders ( ) : |
Adds multiple loaders to the composite loader.
|
|
CompositeLoader ( ) : System.Collections.Generic |
Initializes a new instance of the CompositeLoader class with child loaders.
|
|
Load ( string name ) : string |
Loads a template with the given name. Returns null if the template is not found
|
public AddLoader ( IStubbleLoader loader ) : |
||
loader | IStubbleLoader | The loader to add |
Résultat |
public CompositeLoader ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Load ( string name ) : string | ||
name | string | The name of the template to load |
Résultat | string |