Skip to content

Instantly share code, notes, and snippets.

@pparadis
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pparadis/fb77cfcecffb95ab442f to your computer and use it in GitHub Desktop.
Save pparadis/fb77cfcecffb95ab442f to your computer and use it in GitHub Desktop.
Exemple de T4
<#@ template language="C#" #>
<#@ assembly name="System.Core" #>
<#@ import namespace="System.Linq" #>
<#@ import namespace="System.Text" #>
<#@ import namespace="System.Collections.Generic" #>
<# for(var i = 0; i<=10;i++) { #>
<#= i #>
<# } #>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment