MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / DynamicTemplate

Method DynamicTemplate

src/NodeRTLib/Reflector.cs:763–767  ·  view source on GitHub ↗
(string templateLocation, string templateExtension)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected