(string templateLocation, string templateExtension)
| 761 | } |
| 762 | |
| 763 | public DynamicTemplate(string templateLocation, string templateExtension) |
| 764 | { |
| 765 | this.templateLocation = templateLocation; |
| 766 | this.templateExtension = templateExtension; |
| 767 | } |
| 768 | |
| 769 | // This property returns the number of elements |
| 770 | // in the inner dictionary. |
nothing calls this directly
no outgoing calls
no test coverage detected