forked from aspnet/AspNetWebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInherits.Designtime.cs
More file actions
40 lines (32 loc) · 874 Bytes
/
Copy pathInherits.Designtime.cs
File metadata and controls
40 lines (32 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class Inherits : foo.bar<baz<biz>>.boz bar {
private static object @__o;
#line hidden
public Inherits() {
}
private void @__RazorDesignTimeHelpers__() {
#pragma warning disable 219
#line 2 "Inherits.cshtml"
foo.bar<baz<biz>>.boz bar __inheritsHelper = null;
#line default
#line hidden
#pragma warning restore 219
}
public override void Execute() {
#line 1 "Inherits.cshtml"
__o = foo();
#line default
#line hidden
}
}
}