Property | Type | Description |
---|
Method | Description | |
---|---|---|
LoadTemplates ( string path ) : IEnumerable |
||
Parse ( string name, string template ) : ITemplate | ||
ParseTemplates ( string source, string template ) : IEnumerable |
public LoadTemplates ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public Parse ( string name, string template ) : ITemplate | ||
name | string | |
template | string | |
return | ITemplate |
public ParseTemplates ( string source, string template ) : IEnumerable |
||
source | string | |
template | string | |
return | IEnumerable |