Skip to content

Instantly share code, notes, and snippets.

@thinkfreshnick
Created June 25, 2021 11:09
Show Gist options
  • Save thinkfreshnick/82c14a048f659d040006d5c625362f6e to your computer and use it in GitHub Desktop.
Save thinkfreshnick/82c14a048f659d040006d5c625362f6e to your computer and use it in GitHub Desktop.
T4 block types
Text Block
<#
// control block
for (int i = 0; i < length; i++)
{
WriteLine(i);
}
#>
<#= WriteLine("Expression Block") #>
<#+
public class FeatureBlock
{
}
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment