Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecsharp
// instantiate the sub-template
Header header = this.Create<Header>();


// copy all properties with matching name and type to the sub-template instance
this.CopyPropertiesTo(header);