1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:N.N.NNNNN.N
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 namespace TestOutput {
12 using System;
13 
14 public class ImplicitExpression {
15 #line hidden
ImplicitExpression()16 public ImplicitExpression() {
17 }
Execute()18 public override void Execute() {
19 
20 #line 1 "ImplicitExpression.cshtml"
21  for(int i = 1; i <= 10; i++) {
22 
23 
24 #line default
25 #line hidden
26 WriteLiteral("    <p>This is item #");
27 
28 
29 #line 2 "ImplicitExpression.cshtml"
30                 Write(i);
31 
32 
33 #line default
34 #line hidden
35 WriteLiteral("</p>\r\n");
36 
37 
38 #line 3 "ImplicitExpression.cshtml"
39 }
40 
41 #line default
42 #line hidden
43 }
44 }
45 }
46