annotate src/packages/Microsoft.AspNet.Razor.3.0.0/lib/net45/System.Web.Razor.xml @ 3:91d78452a4a0 default tip

sync
author cin
date Thu, 12 Feb 2015 00:20:38 +0300
parents 5bca2d201ad8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2 <doc>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3 <assembly>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4 <name>System.Web.Razor</name>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5 </assembly>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
6 <members>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
7 <member name="T:System.Web.Razor.CSharpRazorCodeLanguage">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
8 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor code language that is based on C# syntax.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
9 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
10 <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
11 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.CSharpRazorCodeLanguage" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
12 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
13 <member name="P:System.Web.Razor.CSharpRazorCodeLanguage.CodeDomProviderType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
14 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the type of the code provider.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
15 <returns>The type of the code provider.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
16 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
17 <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
18 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new Razor code generator based on C# code language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
19 <returns>The newly created Razor code generator based on C# code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
20 <param name="className">The class name for the generated code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
21 <param name="rootNamespaceName">The name of the root namespace for the generated code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
22 <param name="sourceFileName">The name of the source code file.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
23 <param name="host">The Razor engine host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
24 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
25 <member name="M:System.Web.Razor.CSharpRazorCodeLanguage.CreateCodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
26 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new code parser for C# code language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
27 <returns>The newly created code parser for C# code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
28 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
29 <member name="P:System.Web.Razor.CSharpRazorCodeLanguage.LanguageName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
30 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the name of the C# code language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
31 <returns>The name of the C# code language. Value is ‘csharp’.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
32 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
33 <member name="T:System.Web.Razor.DocumentParseCompleteEventArgs">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
34 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
35 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
36 <member name="M:System.Web.Razor.DocumentParseCompleteEventArgs.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
37 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
38 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
39 <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.GeneratorResults">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
40 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
41 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
42 <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.SourceChange">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
43 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
44 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
45 <member name="P:System.Web.Razor.DocumentParseCompleteEventArgs.TreeStructureChanged">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
46 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
47 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
48 <member name="T:System.Web.Razor.GeneratorResults">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
49 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents results from code generation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
50 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
51 <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Boolean,System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError},System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
52 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
53 <param name="success">true if the code generation is a success; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
54 <param name="document">The document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
55 <param name="parserErrors">The parser errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
56 <param name="generatedCode">The generated code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
57 <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
58 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
59 <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError},System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
60 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
61 <param name="document">The document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
62 <param name="parserErrors">The parser errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
63 <param name="generatedCode">The generated code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
64 <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
65 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
66 <member name="M:System.Web.Razor.GeneratorResults.#ctor(System.Web.Razor.ParserResults,System.CodeDom.CodeCompileUnit,System.Collections.Generic.IDictionary{System.Int32,System.Web.Razor.Generator.GeneratedCodeMapping})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
67 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.GeneratorResults" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
68 <param name="parserResults">The parser results.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
69 <param name="generatedCode">The generated code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
70 <param name="designTimeLineMappings">The dictionary of design-time generated code mappings.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
71 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
72 <member name="P:System.Web.Razor.GeneratorResults.DesignTimeLineMappings">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
73 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the dictionary of design-time generated code mappings.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
74 <returns>The dictionary of design-time generated code mappings.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
75 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
76 <member name="P:System.Web.Razor.GeneratorResults.GeneratedCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
77 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the generated code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
78 <returns>The generated code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
79 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
80 <member name="T:System.Web.Razor.ParserResults">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
81 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the results of parsing a Razor document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
82 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
83 <member name="M:System.Web.Razor.ParserResults.#ctor(System.Boolean,System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
84 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.ParserResults" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
85 <param name="success">true if parsing was successful; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
86 <param name="document">The root node in the document’s syntax tree.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
87 <param name="errors">The list of errors which occurred during parsing.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
88 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
89 <member name="M:System.Web.Razor.ParserResults.#ctor(System.Web.Razor.Parser.SyntaxTree.Block,System.Collections.Generic.IList{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
90 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.ParserResults" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
91 <param name="document">The root node in the document’s syntax tree.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
92 <param name="parserErrors">The list of errors which occurred during parsing.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
93 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
94 <member name="P:System.Web.Razor.ParserResults.Document">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
95 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the root node in the document’s syntax tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
96 <returns>The root node in the document’s syntax tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
97 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
98 <member name="P:System.Web.Razor.ParserResults.ParserErrors">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
99 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the list of errors which occurred during parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
100 <returns>The list of errors which occurred during parsing.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
101 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
102 <member name="P:System.Web.Razor.ParserResults.Success">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
103 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether parsing was successful.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
104 <returns>true if parsing was successful; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
105 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
106 <member name="T:System.Web.Razor.PartialParseResult">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
107 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
108 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
109 <member name="F:System.Web.Razor.PartialParseResult.Accepted">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
110 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
111 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
112 <member name="F:System.Web.Razor.PartialParseResult.AutoCompleteBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
113 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
114 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
115 <member name="F:System.Web.Razor.PartialParseResult.Provisional">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
116 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
117 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
118 <member name="F:System.Web.Razor.PartialParseResult.Rejected">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
119 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
120 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
121 <member name="F:System.Web.Razor.PartialParseResult.SpanContextChanged">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
122 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
123 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
124 <member name="T:System.Web.Razor.RazorCodeLanguage">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
125 <summary>Represents the base for all Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
126 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
127 <member name="M:System.Web.Razor.RazorCodeLanguage.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
128 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.RazorCodeLanguage" /> class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
129 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
130 <member name="P:System.Web.Razor.RazorCodeLanguage.CodeDomProviderType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
131 <summary>Gets the type of the CodeDOM provider.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
132 <returns>The type of the CodeDOM provider.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
133 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
134 <member name="M:System.Web.Razor.RazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
135 <summary>Creates the code generator for the Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
136 <returns>The code generator for the Razor code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
137 <param name="className">The class name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
138 <param name="rootNamespaceName">The name of the root namespace.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
139 <param name="sourceFileName">The source file name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
140 <param name="host">The Razor engine host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
141 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
142 <member name="M:System.Web.Razor.RazorCodeLanguage.CreateCodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
143 <summary>Creates the code parser for the Razor code language.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
144 <returns>The code parser for the Razor code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
145 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
146 <member name="M:System.Web.Razor.RazorCodeLanguage.GetLanguageByExtension(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
147 <summary>Gets the language of the Razor code using the specified file extension.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
148 <returns>The language of the Razor code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
149 <param name="fileExtension">The file extension.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
150 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
151 <member name="P:System.Web.Razor.RazorCodeLanguage.LanguageName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
152 <summary>Gets the language name of the current Razor code, that is “csharp” or “vb”.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
153 <returns>The language name of the current Razor code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
154 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
155 <member name="P:System.Web.Razor.RazorCodeLanguage.Languages">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
156 <summary>Gets the list of language supported by the Razor code.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
157 <returns>The list of language supported by the Razor code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
158 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
159 <member name="T:System.Web.Razor.RazorDirectiveAttribute">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
160 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents an attribute for the Razor directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
161 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
162 <member name="M:System.Web.Razor.RazorDirectiveAttribute.#ctor(System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
163 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.RazorDirectiveAttribute" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
164 <param name="name">The name of the attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
165 <param name="value">The value of the attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
166 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
167 <member name="M:System.Web.Razor.RazorDirectiveAttribute.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
168 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
169 <returns>true if the object is equal to the this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
170 <param name="obj">The object to compare with this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
171 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
172 <member name="M:System.Web.Razor.RazorDirectiveAttribute.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
173 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
174 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
175 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
176 <member name="P:System.Web.Razor.RazorDirectiveAttribute.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
177 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the name of the attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
178 <returns>The name of the attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
179 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
180 <member name="P:System.Web.Razor.RazorDirectiveAttribute.TypeId">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
181 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the unique type ID of the attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
182 <returns>The unique type ID of the attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
183 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
184 <member name="P:System.Web.Razor.RazorDirectiveAttribute.Value">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
185 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
186 <returns>The value of the attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
187 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
188 <member name="T:System.Web.Razor.RazorEditorParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
189 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parser used by editors to avoid reparsing the entire document on each text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
190 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
191 <member name="M:System.Web.Razor.RazorEditorParser.#ctor(System.Web.Razor.RazorEngineHost,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
192 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Constructs the editor parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
193 <param name="host">The <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated code will live.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
194 <param name="sourceFileName">The physical path to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
195 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
196 <member name="M:System.Web.Razor.RazorEditorParser.CheckForStructureChanges(System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
197 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines if a change will cause a structural change to the document and if not, applies it to the existing tree. If a structural change would occur, automatically starts a reparse.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
198 <returns>A <see cref="T:System.Web.Razor.PartialParseResult" /> value indicating the result of the incremental parse.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
199 <param name="change">The change to apply to the parse tree.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
200 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
201 <member name="P:System.Web.Razor.RazorEditorParser.CurrentParseTree">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
202 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current parse tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
203 <returns>The current parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
204 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
205 <member name="M:System.Web.Razor.RazorEditorParser.Dispose">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
206 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases all resources used by the current instance of the <see cref="T:System.Web.Razor.RazorEditorParser" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
207 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
208 <member name="M:System.Web.Razor.RazorEditorParser.Dispose(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
209 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the <see cref="T:System.Web.Razor.RazorEditorParser" /> class and optionally releases the managed resources.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
210 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
211 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
212 <member name="E:System.Web.Razor.RazorEditorParser.DocumentParseComplete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
213 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Event fired when a full reparse of the document completes.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
214 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
215 <member name="P:System.Web.Razor.RazorEditorParser.FileName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
216 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the filename of the document to parse.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
217 <returns>The filename of the document to parse.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
218 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
219 <member name="M:System.Web.Razor.RazorEditorParser.GetAutoCompleteString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
220 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the auto complete string.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
221 <returns>The auto complete string.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
222 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
223 <member name="P:System.Web.Razor.RazorEditorParser.Host">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
224 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the parse.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
225 <returns>The host for the parse.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
226 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
227 <member name="P:System.Web.Razor.RazorEditorParser.LastResultProvisional">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
228 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the last result of the parse was provisionally accepted for next partial parse.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
229 <returns>true if the last result of the parse was provisionally accepted for next partial parse; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
230 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
231 <member name="T:System.Web.Razor.RazorEngineHost">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
232 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the generated code for the razor engine host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
233 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
234 <member name="M:System.Web.Razor.RazorEngineHost.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
235 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
236 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
237 <member name="M:System.Web.Razor.RazorEngineHost.#ctor(System.Web.Razor.RazorCodeLanguage)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
238 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
239 <param name="codeLanguage">The specified code language.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
240 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
241 <member name="M:System.Web.Razor.RazorEngineHost.#ctor(System.Web.Razor.RazorCodeLanguage,System.Func{System.Web.Razor.Parser.ParserBase})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
242 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.RazorEngineHost" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
243 <param name="codeLanguage">The specified code language.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
244 <param name="markupParserFactory">The markup parser factory.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
245 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
246 <member name="P:System.Web.Razor.RazorEngineHost.CodeLanguage">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
247 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the languages supported by the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
248 <returns>The languages supported that by the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
249 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
250 <member name="M:System.Web.Razor.RazorEngineHost.CreateMarkupParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
251 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser using the specified language parser for the <see cref="T:System.Web.Razor.RazorEngineHost" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
252 <returns>A markup parser to create using the specified language parser for the <see cref="T:System.Web.Razor.RazorEngineHost" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
253 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
254 <member name="M:System.Web.Razor.RazorEngineHost.DecorateCodeGenerator(System.Web.Razor.Generator.RazorCodeGenerator)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
255 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
256 <returns>The methods as language-specific Razor code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
257 <param name="incomingCodeGenerator">The C# or Visual Basic code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
258 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
259 <member name="M:System.Web.Razor.RazorEngineHost.DecorateCodeParser(System.Web.Razor.Parser.ParserBase)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
260 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code parser using the specified language parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
261 <returns>The methods as language-specific Razor code parser using the specified language parser.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
262 <param name="incomingCodeParser">The C# or Visual Basic code parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
263 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
264 <member name="M:System.Web.Razor.RazorEngineHost.DecorateMarkupParser(System.Web.Razor.Parser.ParserBase)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
265 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the method to decorate markup parser using the specified language parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
266 <returns>The method to decorate markup parser using the specified language parser.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
267 <param name="incomingMarkupParser">The C# or Visual Basic code parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
268 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
269 <member name="P:System.Web.Razor.RazorEngineHost.DefaultBaseClass">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
270 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default base class for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
271 <returns>The default base class for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
272 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
273 <member name="P:System.Web.Razor.RazorEngineHost.DefaultClassName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
274 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default class name for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
275 <returns>The default class name for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
276 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
277 <member name="P:System.Web.Razor.RazorEngineHost.DefaultNamespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
278 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default namespace for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
279 <returns>The default namespace for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
280 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
281 <member name="P:System.Web.Razor.RazorEngineHost.DesignTimeMode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
282 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the mode designs a time for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
283 <returns>true if the mode designs a time for the host; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
284 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
285 <member name="P:System.Web.Razor.RazorEngineHost.EnableInstrumentation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
286 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host that enables the instrumentation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
287 <returns>The host that enables the instrumentation.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
288 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
289 <member name="P:System.Web.Razor.RazorEngineHost.GeneratedClassContext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
290 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the generated class context for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
291 <returns>The generated class context for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
292 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
293 <member name="P:System.Web.Razor.RazorEngineHost.InstrumentedSourceFilePath">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
294 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the instrumented source file path for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
295 <returns>The instrumented source file path for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
296 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
297 <member name="P:System.Web.Razor.RazorEngineHost.IsIndentingWithTabs"></member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
298 <member name="P:System.Web.Razor.RazorEngineHost.NamespaceImports">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
299 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the namespace imports for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
300 <returns>The namespace imports for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
301 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
302 <member name="M:System.Web.Razor.RazorEngineHost.PostProcessGeneratedCode(System.CodeDom.CodeCompileUnit,System.CodeDom.CodeNamespace,System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeMemberMethod)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
303 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
304 <param name="codeCompileUnit">The code compile unit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
305 <param name="generatedNamespace">The generated namespace.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
306 <param name="generatedClass">The generated class.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
307 <param name="executeMethod">The execute method.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
308 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
309 <member name="M:System.Web.Razor.RazorEngineHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
310 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
311 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
312 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
313 <member name="P:System.Web.Razor.RazorEngineHost.StaticHelpers">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
314 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the static helpers for the host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
315 <returns>The static helpers for the host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
316 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
317 <member name="P:System.Web.Razor.RazorEngineHost.TabSize"></member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
318 <member name="T:System.Web.Razor.RazorTemplateEngine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
319 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents an entry-point to the Razor Template Engine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
320 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
321 <member name="M:System.Web.Razor.RazorTemplateEngine.#ctor(System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
322 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.RazorTemplateEngine" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
323 <param name="host">The host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
324 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
325 <member name="M:System.Web.Razor.RazorTemplateEngine.CreateCodeGenerator(System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
326 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
327 <returns>The created <see cref="T:System.Web.Razor.Generator.RazorCodeGenerator" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
328 <param name="className">The name of the generated class.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
329 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
330 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
331 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
332 <member name="M:System.Web.Razor.RazorTemplateEngine.CreateParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
333 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a <see cref="T:System.Web.Razor.Parser.RazorParser" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
334 <returns>The created <see cref="T:System.Web.Razor.Parser.RazorParser" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
335 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
336 <member name="F:System.Web.Razor.RazorTemplateEngine.DefaultClassName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
337 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the default class name of the template.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
338 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
339 <member name="F:System.Web.Razor.RazorTemplateEngine.DefaultNamespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
340 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the default namespace for the template.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
341 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
342 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
343 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
344 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
345 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
346 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
347 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
348 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
349 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
350 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
351 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
352 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
353 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
354 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
355 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
356 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
357 <param name="className">The name of the generated class, overriding whatever is specified in the host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
358 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
359 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
360 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
361 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.IO.TextReader,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
362 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
363 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
364 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
365 <param name="className">The name of the generated class, overriding whatever is specified in the host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
366 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
367 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
368 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
369 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
370 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
371 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
372 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
373 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
374 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
375 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
376 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
377 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
378 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
379 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
380 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
381 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
382 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
383 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
384 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
385 <param name="className">The name of the generated class, overriding whatever is specified in the host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
386 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
387 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
388 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
389 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCode(System.Web.Razor.Text.ITextBuffer,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
390 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer, generates code for it, and returns the constructed CodeDOM tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
391 <returns>The resulting parse tree AND generated Code DOM tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
392 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
393 <param name="className">The name of the generated class, overriding whatever is specified in the host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
394 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
395 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
396 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
397 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
398 <member name="M:System.Web.Razor.RazorTemplateEngine.GenerateCodeCore(System.Web.Razor.Text.ITextDocument,System.String,System.String,System.String,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
399 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a code core.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
400 <returns>The results of the generated core.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
401 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
402 <param name="className">The name of the generated class, overriding whatever is specified in the host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
403 <param name="rootNamespace">The namespace in which the generated class will reside.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
404 <param name="sourceFileName">The file name to use in line pragmas.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
405 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
406 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
407 <member name="P:System.Web.Razor.RazorTemplateEngine.Host">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
408 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated template code will live.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
409 <returns>The <see cref="T:System.Web.Razor.RazorEngineHost" /> which defines the environment in which the generated template code will live.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
410 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
411 <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.IO.TextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
412 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
413 <returns>The resulting parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
414 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
415 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
416 <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.IO.TextReader,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
417 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
418 <returns>The resulting parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
419 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
420 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
421 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
422 <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.Web.Razor.Text.ITextBuffer)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
423 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
424 <returns>The resulting parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
425 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
426 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
427 <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplate(System.Web.Razor.Text.ITextBuffer,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
428 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
429 <returns>The resulting parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
430 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
431 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
432 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
433 <member name="M:System.Web.Razor.RazorTemplateEngine.ParseTemplateCore(System.Web.Razor.Text.ITextDocument,System.Nullable{System.Threading.CancellationToken})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
434 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template core.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
435 <returns>The resulting parse tree.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
436 <param name="input">The input text to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
437 <param name="cancelToken">A token used to cancel the parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
438 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
439 <member name="T:System.Web.Razor.StateMachine`1">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
440 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
441 <typeparam name="TReturn">The generic type Return.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
442 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
443 <member name="M:System.Web.Razor.StateMachine`1.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
444 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.StateMachine`1" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
445 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
446 <member name="P:System.Web.Razor.StateMachine`1.CurrentState">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
447 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current state of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
448 <returns>The current state of the machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
449 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
450 <member name="P:System.Web.Razor.StateMachine`1.StartState">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
451 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting state of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
452 <returns>The starting state of the machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
453 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
454 <member name="M:System.Web.Razor.StateMachine`1.Stay">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
455 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
456 <returns>Transition of the state machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
457 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
458 <member name="M:System.Web.Razor.StateMachine`1.Stay(`0)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
459 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition with the specified output.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
460 <returns>The output of the transition.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
461 <param name="output">The output.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
462 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
463 <member name="M:System.Web.Razor.StateMachine`1.Stop">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
464 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Disables the machine upon transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
465 <returns>The machine to stop.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
466 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
467 <member name="M:System.Web.Razor.StateMachine`1.Transition(System.Web.Razor.StateMachine{`0}.State)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
468 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
469 <returns>The new transition of the state.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
470 <param name="newState">The new state.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
471 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
472 <member name="M:System.Web.Razor.StateMachine`1.Transition(`0,System.Web.Razor.StateMachine{`0}.State)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
473 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state with the specified output.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
474 <returns>The new transition of the state with the specified output.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
475 <param name="output">The output.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
476 <param name="newState">The new state.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
477 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
478 <member name="M:System.Web.Razor.StateMachine`1.Turn">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
479 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Describes the turning process of the state.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
480 <returns>The turning process of the state.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
481 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
482 <member name="T:System.Web.Razor.StateMachine`1.State">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
483 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
484 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
485 <member name="T:System.Web.Razor.StateMachine`1.StateResult">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
486 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
487 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
488 <member name="M:System.Web.Razor.StateMachine`1.StateResult.#ctor(System.Web.Razor.StateMachine{`0}.State)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
489 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.StateMachine`1.StateResult" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
490 <param name="next">The next output.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
491 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
492 <member name="M:System.Web.Razor.StateMachine`1.StateResult.#ctor(`0,System.Web.Razor.StateMachine{`0}.State)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
493 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.StateMachine`1.StateResult" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
494 <param name="output">The output.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
495 <param name="next">The next state.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
496 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
497 <member name="P:System.Web.Razor.StateMachine`1.StateResult.HasOutput">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
498 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the state has output.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
499 <returns>true if the state has output; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
500 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
501 <member name="P:System.Web.Razor.StateMachine`1.StateResult.Next">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
502 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the next state in the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
503 <returns>The next state in the machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
504 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
505 <member name="P:System.Web.Razor.StateMachine`1.StateResult.Output">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
506 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
507 <returns>The <see cref="T:System.Web.Razor.StateMachine`1.State" /> representing the output.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
508 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
509 <member name="T:System.Web.Razor.VBRazorCodeLanguage">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
510 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a language generator and provider of the VB razor code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
511 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
512 <member name="M:System.Web.Razor.VBRazorCodeLanguage.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
513 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.VBRazorCodeLanguage" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
514 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
515 <member name="P:System.Web.Razor.VBRazorCodeLanguage.CodeDomProviderType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
516 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of CodeDomProvider.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
517 <returns>The type of CodeDomProvider.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
518 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
519 <member name="M:System.Web.Razor.VBRazorCodeLanguage.CreateCodeGenerator(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
520 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the code language generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
521 <returns>The code language generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
522 <param name="className">The name of the class.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
523 <param name="rootNamespaceName">The root namespace name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
524 <param name="sourceFileName">The source File name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
525 <param name="host">The <see cref="T:System.Web.Razor.RazorEngineHost" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
526 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
527 <member name="M:System.Web.Razor.VBRazorCodeLanguage.CreateCodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
528 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code parser in a <see cref="T:System.Web.Razor.Parser.ParserBase" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
529 <returns>A code parser in a <see cref="T:System.Web.Razor.Parser.ParserBase" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
530 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
531 <member name="P:System.Web.Razor.VBRazorCodeLanguage.LanguageName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
532 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the language name.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
533 <returns>The language name.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
534 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
535 <member name="T:System.Web.Razor.Editor.EditorHints">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
536 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
537 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
538 <member name="F:System.Web.Razor.Editor.EditorHints.LayoutPage">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
539 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
540 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
541 <member name="F:System.Web.Razor.Editor.EditorHints.None">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
542 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
543 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
544 <member name="F:System.Web.Razor.Editor.EditorHints.VirtualPath">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
545 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
546 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
547 <member name="T:System.Web.Razor.Editor.EditResult">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
548 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the editing result of the Editor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
549 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
550 <member name="M:System.Web.Razor.Editor.EditResult.#ctor(System.Web.Razor.PartialParseResult,System.Web.Razor.Parser.SyntaxTree.SpanBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
551 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.EditResult" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
552 <param name="result">The partial parse result.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
553 <param name="editedSpan">The edited span builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
554 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
555 <member name="P:System.Web.Razor.Editor.EditResult.EditedSpan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
556 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the edited span of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
557 <returns>The edited span of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
558 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
559 <member name="P:System.Web.Razor.Editor.EditResult.Result">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
560 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the partial parse result.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
561 <returns>The partial parse result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
562 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
563 <member name="T:System.Web.Razor.Editor.ImplicitExpressionEditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
564 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides edit handler for implicit expression.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
565 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
566 <member name="M:System.Web.Razor.Editor.ImplicitExpressionEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}},System.Collections.Generic.ISet{System.String},System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
567 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.ImplicitExpressionEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
568 <param name="tokenizer">The tokenizer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
569 <param name="keywords">The keywords.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
570 <param name="acceptTrailingDot">true to accept trailing dot; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
571 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
572 <member name="P:System.Web.Razor.Editor.ImplicitExpressionEditHandler.AcceptTrailingDot">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
573 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the expression accepts trailing dot.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
574 <returns>true if the expression accepts trailing dot; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
575 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
576 <member name="M:System.Web.Razor.Editor.ImplicitExpressionEditHandler.CanAcceptChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
577 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parse that can accept change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
578 <returns>The partial parse result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
579 <param name="target">The target.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
580 <param name="normalizedChange">The normalized change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
581 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
582 <member name="M:System.Web.Razor.Editor.ImplicitExpressionEditHandler.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
583 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
584 <returns>true if the specified object is equal to the current objet; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
585 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
586 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
587 <member name="M:System.Web.Razor.Editor.ImplicitExpressionEditHandler.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
588 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
589 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
590 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
591 <member name="P:System.Web.Razor.Editor.ImplicitExpressionEditHandler.Keywords">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
592 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keywords associated with the expression.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
593 <returns>The keywords associated with the expression.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
594 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
595 <member name="M:System.Web.Razor.Editor.ImplicitExpressionEditHandler.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
596 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
597 <returns>A string representation of this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
598 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
599 <member name="T:System.Web.Razor.Editor.SingleLineMarkupEditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
600 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the handler editor for this webpages.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
601 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
602 <member name="M:System.Web.Razor.Editor.SingleLineMarkupEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
603 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.SingleLineMarkupEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
604 <param name="tokenizer">The tokenizer symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
605 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
606 <member name="M:System.Web.Razor.Editor.SingleLineMarkupEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}},System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
607 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.SingleLineMarkupEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
608 <param name="tokenizer">The tokenizer symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
609 <param name="accepted">The accepted characters.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
610 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
611 <member name="T:System.Web.Razor.Editor.SpanEditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
612 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides methods for handling the span edits.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
613 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
614 <member name="M:System.Web.Razor.Editor.SpanEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
615 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.SpanEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
616 <param name="tokenizer">The method used to parse string into tokens.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
617 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
618 <member name="M:System.Web.Razor.Editor.SpanEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}},System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
619 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Editor.SpanEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
620 <param name="tokenizer">The method used to parse string into tokens.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
621 <param name="accepted">One of the values of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters" /> enumeration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
622 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
623 <member name="P:System.Web.Razor.Editor.SpanEditHandler.AcceptedCharacters">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
624 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the accepted characters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
625 <returns>One of the values of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters" /> enumeration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
626 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
627 <member name="M:System.Web.Razor.Editor.SpanEditHandler.ApplyChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
628 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
629 <returns>The result of the apply operation.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
630 <param name="target">The span to apply changes to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
631 <param name="change">The change to apply.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
632 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
633 <member name="M:System.Web.Razor.Editor.SpanEditHandler.ApplyChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
634 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
635 <returns>The result of the apply operation.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
636 <param name="target">The span to apply changes to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
637 <param name="change">The change to apply.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
638 <param name="force">true to accept partial result; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
639 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
640 <member name="M:System.Web.Razor.Editor.SpanEditHandler.CanAcceptChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
641 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span can accept the specified change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
642 <returns>true if the span can accept the specified change; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
643 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
644 <param name="normalizedChange">The change to apply.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
645 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
646 <member name="M:System.Web.Razor.Editor.SpanEditHandler.CreateDefault">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
647 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
648 <returns>A newly created default span edit handler.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
649 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
650 <member name="M:System.Web.Razor.Editor.SpanEditHandler.CreateDefault(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
651 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
652 <returns>A newly created default span edit handler.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
653 <param name="tokenizer">The method used to parse string into tokens.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
654 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
655 <member name="P:System.Web.Razor.Editor.SpanEditHandler.EditorHints">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
656 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the editor hints.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
657 <returns>The editor hints.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
658 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
659 <member name="M:System.Web.Razor.Editor.SpanEditHandler.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
660 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
661 <returns>true if the object is equal to the this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
662 <param name="obj">The object to compare with this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
663 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
664 <member name="M:System.Web.Razor.Editor.SpanEditHandler.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
665 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
666 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
667 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
668 <member name="M:System.Web.Razor.Editor.SpanEditHandler.GetOldText(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
669 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the old text from the span content.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
670 <returns>The old text from the span content.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
671 <param name="target">The span to get old text from.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
672 <param name="change">The text change which contains the location of the old text.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
673 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
674 <member name="M:System.Web.Razor.Editor.SpanEditHandler.IsAtEndOfFirstLine(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
675 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of first line of the span content.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
676 <returns>true if the specified change is at the end of first line of the span content; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
677 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
678 <param name="change">The change to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
679 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
680 <member name="M:System.Web.Razor.Editor.SpanEditHandler.IsAtEndOfSpan(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
681 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
682 <returns>true if the specified change is at the end of the span; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
683 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
684 <param name="change">The change to chek.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
685 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
686 <member name="M:System.Web.Razor.Editor.SpanEditHandler.IsEndDeletion(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
687 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for deletion.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
688 <returns>true if the specified change is at the end the span content and for deletion; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
689 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
690 <param name="change">The change to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
691 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
692 <member name="M:System.Web.Razor.Editor.SpanEditHandler.IsEndInsertion(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
693 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for insertion.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
694 <returns>true if the specified change is at the end the span content and for insertion; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
695 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
696 <param name="change">The change to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
697 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
698 <member name="M:System.Web.Razor.Editor.SpanEditHandler.IsEndReplace(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
699 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end the span content and for replacement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
700 <returns>true if the specified change is at the end the span content and for replacement; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
701 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
702 <param name="change">The change to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
703 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
704 <member name="M:System.Web.Razor.Editor.SpanEditHandler.OwnsChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
705 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span owns the specified change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
706 <returns>true if the span owns the specified change; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
707 <param name="target">The span to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
708 <param name="change">The change to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
709 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
710 <member name="P:System.Web.Razor.Editor.SpanEditHandler.Tokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
711 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the method used to parse string into tokens. </summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
712 <returns>The method used to parse string into tokens.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
713 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
714 <member name="M:System.Web.Razor.Editor.SpanEditHandler.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
715 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of the span edit handler.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
716 <returns>The string representation of the span edit handler.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
717 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
718 <member name="M:System.Web.Razor.Editor.SpanEditHandler.UpdateSpan(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
719 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Updates the span using the normalized change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
720 <returns>The new span builder for the specified target.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
721 <param name="target">The span to update.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
722 <param name="normalizedChange">The normalized change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
723 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
724 <member name="T:System.Web.Razor.Generator.AddImportCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
725 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the added import code generator for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
726 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
727 <member name="M:System.Web.Razor.Generator.AddImportCodeGenerator.#ctor(System.String,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
728 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.AddImportCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
729 <param name="ns">The string namespace.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
730 <param name="namespaceKeywordLength">The length of the keyword namespace.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
731 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
732 <member name="M:System.Web.Razor.Generator.AddImportCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
733 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether two object instances are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
734 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
735 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
736 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
737 <member name="M:System.Web.Razor.Generator.AddImportCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
738 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code with the specified parameters using the added import code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
739 <param name="target">The target span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
740 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
741 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
742 <member name="M:System.Web.Razor.Generator.AddImportCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
743 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
744 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
745 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
746 <member name="P:System.Web.Razor.Generator.AddImportCodeGenerator.Namespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
747 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the string namespace of the generator to add import code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
748 <returns>The string namespace of the generator to add import code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
749 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
750 <member name="P:System.Web.Razor.Generator.AddImportCodeGenerator.NamespaceKeywordLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
751 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of keyword namespace for the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
752 <returns>The length of keyword namespace for the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
753 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
754 <member name="M:System.Web.Razor.Generator.AddImportCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
755 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string that represents the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
756 <returns>A string that represents the current object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
757 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
758 <member name="T:System.Web.Razor.Generator.AttributeBlockCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
759 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the attributes of the block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
760 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
761 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.#ctor(System.String,System.Web.Razor.Text.LocationTagged{System.String},System.Web.Razor.Text.LocationTagged{System.String})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
762 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.AttributeBlockCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
763 <param name="name">The name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
764 <param name="prefix">The prefix string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
765 <param name="suffix">The suffix string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
766 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
767 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
768 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
769 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
770 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
771 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
772 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
773 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to end the block using the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
774 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
775 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
776 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
777 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
778 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to start the block using the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
779 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
780 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
781 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
782 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
783 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
784 <returns>The hash code for this code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
785 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
786 <member name="P:System.Web.Razor.Generator.AttributeBlockCodeGenerator.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
787 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the string name of the <see cref="T:System.Web.Razor.Generator.AttributeBlockCodeGenerator" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
788 <returns>The string name of the <see cref="T:System.Web.Razor.Generator.AttributeBlockCodeGenerator" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
789 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
790 <member name="P:System.Web.Razor.Generator.AttributeBlockCodeGenerator.Prefix">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
791 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the prefix of the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
792 <returns>The prefix of the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
793 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
794 <member name="P:System.Web.Razor.Generator.AttributeBlockCodeGenerator.Suffix">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
795 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the suffix for the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
796 <returns>The suffix for the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
797 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
798 <member name="M:System.Web.Razor.Generator.AttributeBlockCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
799 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string that represents the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
800 <returns>A string that represents the current object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
801 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
802 <member name="T:System.Web.Razor.Generator.BlockCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
803 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represent the block code generator for this razor syntax.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
804 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
805 <member name="M:System.Web.Razor.Generator.BlockCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
806 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.BlockCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
807 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
808 <member name="M:System.Web.Razor.Generator.BlockCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
809 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
810 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
811 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
812 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
813 <member name="M:System.Web.Razor.Generator.BlockCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
814 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the end of the block code generator for this razor syntax.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
815 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
816 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
817 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
818 <member name="M:System.Web.Razor.Generator.BlockCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
819 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start of the block code generator for this razor syntax.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
820 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
821 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
822 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
823 <member name="M:System.Web.Razor.Generator.BlockCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
824 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a hash code for the block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
825 <returns>A hash code for the block code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
826 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
827 <member name="F:System.Web.Razor.Generator.BlockCodeGenerator.Null">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
828 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a null value for the block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
829 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
830 <member name="T:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
831 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the completion of event arguments for the code generation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
832 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
833 <member name="M:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs.#ctor(System.String,System.String,System.CodeDom.CodeCompileUnit)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
834 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
835 <param name="virtualPath">The virtual path string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
836 <param name="physicalPath">The physical path string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
837 <param name="generatedCode">The generated code compile unit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
838 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
839 <member name="P:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs.GeneratedCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
840 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code to complete the event argument.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
841 <returns>The generated code to complete the event argument.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
842 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
843 <member name="P:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs.PhysicalPath">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
844 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical path for the code generation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
845 <returns>The physical path for the code generation.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
846 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
847 <member name="P:System.Web.Razor.Generator.CodeGenerationCompleteEventArgs.VirtualPath">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
848 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the code generation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
849 <returns>The virtual path of the code generation.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
850 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
851 <member name="T:System.Web.Razor.Generator.CodeGeneratorContext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
852 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents the context of the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
853 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
854 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.AddCodeMapping(System.Web.Razor.Text.SourceLocation,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
855 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds a new generated code mapping to the collection.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
856 <returns>The collection index of the newly added code mapping.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
857 <param name="sourceLocation">The source location of the generated code mapping.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
858 <param name="generatedCodeStart">The code start of the generated code mapping.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
859 <param name="generatedCodeLength">The length of the generated code mapping.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
860 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
861 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.AddContextCall(System.Web.Razor.Parser.SyntaxTree.Span,System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
862 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds a code statement for a context call on the specified method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
863 <param name="contentSpan">The content span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
864 <param name="methodName">The name of the method to invoke a context call.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
865 <param name="isLiteral">true to specify that the method parameter is literal; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
866 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
867 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.AddDesignTimeHelperStatement(System.CodeDom.CodeSnippetStatement)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
868 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds a code statement that inserts the Razor design time helpers method in the specified code statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
869 <param name="statement">The code statement that receives the code insertion.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
870 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
871 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.AddStatement(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
872 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the specified code statement to the body of the target method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
873 <param name="generatedCode">The code statement to add the target method.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
874 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
875 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.AddStatement(System.String,System.CodeDom.CodeLinePragma)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
876 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the specified code statement to the body of the target method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
877 <param name="body">The code statement to add the target method.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
878 <param name="pragma">The line pragma.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
879 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
880 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.BufferStatementFragment(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
881 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Appends the specified fragment to the current buffered statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
882 <param name="fragment">The fragment to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
883 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
884 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.BufferStatementFragment(System.String,System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
885 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Appends the specified fragment to the current buffered statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
886 <param name="fragment">The fragment to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
887 <param name="sourceSpan">The source span for the <paramref name="fragment" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
888 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
889 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.BufferStatementFragment(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
890 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Appends the content of the span to the current buffered statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
891 <param name="sourceSpan">The source span whose content is to be added.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
892 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
893 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.ChangeStatementCollector(System.Action{System.String,System.CodeDom.CodeLinePragma})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
894 <summary>Assigns a new statement collector and returns a disposable action that restores the old statement collector.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
895 <returns>A disposable action that restores the old statement collector.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
896 <param name="collector">The new statement collector.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
897 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
898 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.CodeMappings">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
899 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the dictionary collection of generated code mapping.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
900 <returns>The dictionary collection of generated code mapping.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
901 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
902 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.CompileUnit">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
903 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the code compile unit that will hold the program graph.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
904 <returns>The code compile unit that will hold the program graph.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
905 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
906 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.Create(System.Web.Razor.RazorEngineHost,System.String,System.String,System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
907 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new instance of the <see cref="T:System.Web.Razor.Generator.CodeGeneratorContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
908 <returns>The newly created instance of the code generator context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
909 <param name="host">The Razor engine host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
910 <param name="className">The class name for the generated class type declaration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
911 <param name="rootNamespace">The name for the generated namespace declaration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
912 <param name="sourceFile">The source file.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
913 <param name="shouldGenerateLinePragmas">true to enable the generation of line pragmas; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
914 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
915 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.CurrentBufferedStatement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
916 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the current buffered statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
917 <returns>The current buffered statement.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
918 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
919 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.EnsureExpressionHelperVariable">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
920 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the expression helper variable to the generated class if not yet added,</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
921 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
922 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.FlushBufferedStatement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
923 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Flushes the current buffered statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
924 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
925 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.GeneratedClass">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
926 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the generated class type declaration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
927 <returns>The generated class type declaration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
928 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
929 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.GenerateLinePragma(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
930 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the line pragma for the specified source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
931 <returns>The line pragma for the specified source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
932 <param name="target">The source span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
933 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
934 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.GenerateLinePragma(System.Web.Razor.Parser.SyntaxTree.Span,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
935 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the line pragma for the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
936 <returns>The line pragma for the specified source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
937 <param name="target">The source span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
938 <param name="generatedCodeStart">The start index of code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
939 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
940 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.GenerateLinePragma(System.Web.Razor.Parser.SyntaxTree.Span,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
941 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the line pragma for the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
942 <returns>The line pragma for the specified source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
943 <param name="target">The source span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
944 <param name="generatedCodeStart">The start index of code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
945 <param name="codeLength">The length of code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
946 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
947 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.GenerateLinePragma(System.Web.Razor.Text.SourceLocation,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
948 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the line pragma for the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
949 <returns>The line pragma for the specified source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
950 <param name="start">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
951 <param name="generatedCodeStart">The start index of code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
952 <param name="codeLength">The length of code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
953 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
954 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.Host">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
955 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the Razor engine host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
956 <returns>The Razor engine host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
957 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
958 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.MarkEndOfGeneratedCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
959 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Marks the end of generated code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
960 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
961 <member name="M:System.Web.Razor.Generator.CodeGeneratorContext.MarkStartOfGeneratedCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
962 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Marks the start of generated code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
963 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
964 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.Namespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
965 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the generated namespace declaration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
966 <returns>The generated namespace declaration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
967 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
968 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.SourceFile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
969 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the source file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
970 <returns>The source file.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
971 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
972 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.TargetMethod">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
973 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the generated member method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
974 <returns>The generated member method.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
975 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
976 <member name="P:System.Web.Razor.Generator.CodeGeneratorContext.TargetWriterName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
977 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the name of text writer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
978 <returns>The name of text writer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
979 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
980 <member name="T:System.Web.Razor.Generator.CSharpRazorCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
981 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor code generator for C# language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
982 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
983 <member name="M:System.Web.Razor.Generator.CSharpRazorCodeGenerator.#ctor(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
984 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.CSharpRazorCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
985 <param name="className">The class name for the generated class type declaration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
986 <param name="rootNamespaceName">The name for the generated namespace declaration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
987 <param name="sourceFileName">The source file.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
988 <param name="host">The Razor engine host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
989 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
990 <member name="M:System.Web.Razor.Generator.CSharpRazorCodeGenerator.Initialize(System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
991 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes the context for this code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
992 <param name="context">The context for this code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
993 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
994 <member name="T:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
995 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the dynamic attributes of the block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
996 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
997 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.#ctor(System.Web.Razor.Text.LocationTagged{System.String},System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
998 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the <see cref="T:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
999 <param name="prefix">The prefix.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1000 <param name="offset">The offset values.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1001 <param name="line">The line values.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1002 <param name="col">The col.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1003 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1004 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.#ctor(System.Web.Razor.Text.LocationTagged{System.String},System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1005 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the <see cref="T:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1006 <param name="prefix">The string prefix.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1007 <param name="valueStart">The value start.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1008 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1009 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1010 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1011 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1012 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1013 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1014 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1015 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to end the block using the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1016 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1017 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1018 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1019 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1020 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to start the block using the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1021 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1022 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1023 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1024 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1025 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1026 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1027 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1028 <member name="P:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.Prefix">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1029 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the namespace prefix of the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1030 <returns>The namespace prefix of the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1031 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1032 <member name="M:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1033 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string that represents the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1034 <returns>A string that represents the current object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1035 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1036 <member name="P:System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator.ValueStart">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1037 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the value start for the dynamic attribute block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1038 <returns>The value start for the dynamic attribute block code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1039 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1040 <member name="T:System.Web.Razor.Generator.ExpressionCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1041 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a code generator for expression.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1042 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1043 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1044 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.ExpressionCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1045 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1046 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1047 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1048 <returns>true if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1049 <param name="obj">The object to compare with the current instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1050 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1051 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1052 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the expression.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1053 <param name="target">The source span whose content represents an expression.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1054 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1055 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1056 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1057 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the end code for the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1058 <param name="target">The target block for the end code generation.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1059 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1060 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1061 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1062 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start code for the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1063 <param name="target">The target block the start code generation.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1064 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1065 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1066 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1067 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1068 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1069 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1070 <member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1071 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the string representation of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1072 <returns>The string representation of this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1073 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1074 <member name="T:System.Web.Razor.Generator.ExpressionRenderingMode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1075 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1076 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1077 <member name="F:System.Web.Razor.Generator.ExpressionRenderingMode.InjectCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1078 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1079 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1080 <member name="F:System.Web.Razor.Generator.ExpressionRenderingMode.WriteToOutput">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1081 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1082 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1083 <member name="T:System.Web.Razor.Generator.GeneratedClassContext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1084 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a generated class context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1085 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1086 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.#ctor(System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1087 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1088 <param name="executeMethodName">The execute method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1089 <param name="writeMethodName">The write method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1090 <param name="writeLiteralMethodName">Write literal method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1091 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1092 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1093 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1094 <param name="executeMethodName">Execute method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1095 <param name="writeMethodName">Write method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1096 <param name="writeLiteralMethodName">Write literal method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1097 <param name="writeToMethodName">Write to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1098 <param name="writeLiteralToMethodName">Write literal to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1099 <param name="templateTypeName">Template type name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1100 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1101 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1102 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1103 <param name="executeMethodName">Execute method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1104 <param name="writeMethodName">Write method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1105 <param name="writeLiteralMethodName">Write literal method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1106 <param name="writeToMethodName">Write to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1107 <param name="writeLiteralToMethodName">Write literal to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1108 <param name="templateTypeName">Template type name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1109 <param name="defineSectionMethodName">Define section method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1110 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1111 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1112 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1113 <param name="executeMethodName">Execute method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1114 <param name="writeMethodName">Write method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1115 <param name="writeLiteralMethodName">Write literal method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1116 <param name="writeToMethodName">Write to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1117 <param name="writeLiteralToMethodName">Write literal to method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1118 <param name="templateTypeName">Template type name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1119 <param name="defineSectionMethodName">Define section method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1120 <param name="beginContextMethodName">Begin context method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1121 <param name="endContextMethodName">End context method name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1122 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1123 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.AllowSections">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1124 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows sections.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1125 <returns>true if the context allows sections; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1126 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1127 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.AllowTemplates">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1128 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows templates.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1129 <returns>true if the context allows templates; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1130 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1131 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.BeginContextMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1132 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method before the generated context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1133 <returns>The name of the method before the generated context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1134 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1135 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.Default">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1136 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default generated context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1137 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1138 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultExecuteMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1139 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the execute method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1140 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1141 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultLayoutPropertyName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1142 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the layout property.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1143 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1144 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultWriteAttributeMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1145 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write attribute method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1146 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1147 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultWriteAttributeToMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1148 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write to attribute to method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1149 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1150 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultWriteLiteralMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1151 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write literal method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1152 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1153 <member name="F:System.Web.Razor.Generator.GeneratedClassContext.DefaultWriteMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1154 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write method.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1155 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1156 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.DefineSectionMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1157 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that defines the section of the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1158 <returns>The name of the method that defines the section of the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1159 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1160 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.EndContextMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1161 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method after the generated context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1162 <returns>The name of the method after the generated context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1163 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1164 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1165 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1166 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1167 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1168 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1169 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.ExecuteMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1170 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will be invoked on the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1171 <returns>The name of the method that will be invoked on the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1172 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1173 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1174 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1175 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1176 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1177 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.LayoutPropertyName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1178 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the property name for the layout.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1179 <returns>The property name for the layout.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1180 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1181 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.op_Equality(System.Web.Razor.Generator.GeneratedClassContext,System.Web.Razor.Generator.GeneratedClassContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1182 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> object are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1183 <returns>true if the two <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> object are equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1184 <param name="left">The first object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1185 <param name="right">The second object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1186 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1187 <member name="M:System.Web.Razor.Generator.GeneratedClassContext.op_Inequality(System.Web.Razor.Generator.GeneratedClassContext,System.Web.Razor.Generator.GeneratedClassContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1188 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> object are not equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1189 <returns>true if the two <see cref="T:System.Web.Razor.Generator.GeneratedClassContext" /> object are not equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1190 <param name="left">The first object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1191 <param name="right">The second object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1192 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1193 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.ResolveUrlMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1194 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that resolves a Url for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1195 <returns>The name of the method that resolves a Url for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1196 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1197 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.SupportsInstrumentation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1198 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the generated class supports instrumentation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1199 <returns>true if the generated class supports instrumentation; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1200 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1201 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.TemplateTypeName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1202 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the type name for the template.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1203 <returns>The type name for the template.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1204 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1205 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteAttributeMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1206 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that writes an attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1207 <returns>The name of the method that writes an attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1208 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1209 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteAttributeToMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1210 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write an attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1211 <returns>The name of the method where to write an attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1212 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1213 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteLiteralMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1214 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write literal for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1215 <returns>The name of the method where to write literal for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1216 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1217 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteLiteralToMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1218 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write literal for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1219 <returns>The name of the method where to write literal for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1220 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1221 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1222 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will write on the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1223 <returns>The name of the method that will write on the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1224 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1225 <member name="P:System.Web.Razor.Generator.GeneratedClassContext.WriteToMethodName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1226 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will write on the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1227 <returns>The name of the method that will write on the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1228 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1229 <member name="T:System.Web.Razor.Generator.GeneratedCodeMapping">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1230 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the generated code mapping objects.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1231 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1232 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1233 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedCodeMapping" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1234 <param name="startLine">The starting line.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1235 <param name="startColumn">The starting column.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1236 <param name="startGeneratedColumn">The start generated column.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1237 <param name="codeLength">The code length.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1238 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1239 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1240 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.GeneratedCodeMapping" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1241 <param name="startOffset">The start offset.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1242 <param name="startLine">The starting line.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1243 <param name="startColumn">The starting column.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1244 <param name="startGeneratedColumn">The start generated column.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1245 <param name="codeLength">The code length.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1246 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1247 <member name="P:System.Web.Razor.Generator.GeneratedCodeMapping.CodeLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1248 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of the generated map codes.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1249 <returns>The length of the generated map codes.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1250 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1251 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1252 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current generated code mapping object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1253 <returns>true if the specified object is equal to the current generated code mapping object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1254 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1255 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1256 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1257 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for the generated code mapping object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1258 <returns>The hash code for the generated code mapping object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1259 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1260 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.op_Equality(System.Web.Razor.Generator.GeneratedCodeMapping,System.Web.Razor.Generator.GeneratedCodeMapping)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1261 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have the same value.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1262 <returns>true if the two specified generated code mapping objects have the same value; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1263 <param name="left">The left generated code mapping objects.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1264 <param name="right">The right generated code mapping objects.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1265 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1266 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.op_Inequality(System.Web.Razor.Generator.GeneratedCodeMapping,System.Web.Razor.Generator.GeneratedCodeMapping)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1267 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have different values.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1268 <returns>true the two specified generated code mapping objects have different values; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1269 <param name="right">The right generated code mapping objects.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1270 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1271 <member name="P:System.Web.Razor.Generator.GeneratedCodeMapping.StartColumn">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1272 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of the generated code maps.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1273 <returns>The starting column of the generated code maps.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1274 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1275 <member name="P:System.Web.Razor.Generator.GeneratedCodeMapping.StartGeneratedColumn">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1276 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of a generated code maps in the generated source file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1277 <returns>The starting column of a generated code maps in the generated source file.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1278 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1279 <member name="P:System.Web.Razor.Generator.GeneratedCodeMapping.StartLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1280 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting line of the generated code maps.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1281 <returns>The starting line of the generated code maps.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1282 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1283 <member name="P:System.Web.Razor.Generator.GeneratedCodeMapping.StartOffset">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1284 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting offset of the generated code maps.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1285 <returns>The starting offset of the generated code maps.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1286 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1287 <member name="M:System.Web.Razor.Generator.GeneratedCodeMapping.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1288 <summary>Returns a string that represents the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1289 <returns>A string that represents the current object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1290 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1291 <member name="T:System.Web.Razor.Generator.HelperCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1292 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a helper code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1293 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1294 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.#ctor(System.Web.Razor.Text.LocationTagged{System.String},System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1295 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.HelperCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1296 <param name="signature">The signature.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1297 <param name="headerComplete">true to complete the header; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1298 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1299 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1300 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1301 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1302 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1303 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1304 <member name="P:System.Web.Razor.Generator.HelperCodeGenerator.Footer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1305 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the footer for this code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1306 <returns>The footer for this code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1307 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1308 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1309 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block after the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1310 <param name="target">The block to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1311 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1312 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1313 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1314 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block before the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1315 <param name="target">The block to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1316 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1317 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1318 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1319 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the hash code for the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1320 <returns>The hash code for the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1321 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1322 <member name="P:System.Web.Razor.Generator.HelperCodeGenerator.HeaderComplete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1323 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the header for this code is complete.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1324 <returns>true if the header for this code is complete; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1325 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1326 <member name="P:System.Web.Razor.Generator.HelperCodeGenerator.Signature">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1327 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the signature for this code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1328 <returns>The signature for this code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1329 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1330 <member name="M:System.Web.Razor.Generator.HelperCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1331 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1332 <returns>A string representation of the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1333 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1334 <member name="T:System.Web.Razor.Generator.HybridCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1335 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a hybrid code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1336 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1337 <member name="M:System.Web.Razor.Generator.HybridCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1338 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.HybridCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1339 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1340 <member name="M:System.Web.Razor.Generator.HybridCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1341 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the data model from switches identified by parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1342 <param name="target">The target object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1343 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1344 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1345 <member name="M:System.Web.Razor.Generator.HybridCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1346 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates an end block code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1347 <param name="target">The target object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1348 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1349 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1350 <member name="M:System.Web.Razor.Generator.HybridCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1351 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1352 <param name="target">The target object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1353 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1354 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1355 <member name="T:System.Web.Razor.Generator.IBlockCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1356 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the <see cref="T:System.Web.Razor.Generator.IBlockCodeGenerator" /> for the webpages.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1357 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1358 <member name="M:System.Web.Razor.Generator.IBlockCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1359 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the end block code for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1360 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1361 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1362 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1363 <member name="M:System.Web.Razor.Generator.IBlockCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1364 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1365 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1366 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1367 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1368 <member name="T:System.Web.Razor.Generator.ISpanCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1369 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a phase of the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1370 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1371 <member name="M:System.Web.Razor.Generator.ISpanCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1372 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the data model with the specified target and context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1373 <param name="target">The target object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1374 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1375 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1376 <member name="T:System.Web.Razor.Generator.LiteralAttributeCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1377 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for literal attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1378 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1379 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.#ctor(System.Web.Razor.Text.LocationTagged{System.String},System.Web.Razor.Text.LocationTagged{System.String})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1380 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.LiteralAttributeCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1381 <param name="prefix">The prefix of the literal attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1382 <param name="value">The value of the literal attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1383 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1384 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.#ctor(System.Web.Razor.Text.LocationTagged{System.String},System.Web.Razor.Text.LocationTagged{System.Web.Razor.Generator.SpanCodeGenerator})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1385 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. . Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.LiteralAttributeCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1386 <param name="prefix">The prefix of the literal attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1387 <param name="valueGenerator">The value generator for the literal attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1388 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1389 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1390 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1391 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1392 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1393 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1394 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1395 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for the literal attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1396 <param name="target">The source span whose content represents the literal attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1397 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1398 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1399 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1400 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the hash code for the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1401 <returns>The hash code for the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1402 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1403 <member name="P:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.Prefix">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1404 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the prefix of the literal attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1405 <returns>The prefix of the literal attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1406 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1407 <member name="M:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1408 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1409 <returns>The string representation of this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1410 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1411 <member name="P:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.Value">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1412 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the literal attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1413 <returns>The value of the literal attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1414 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1415 <member name="P:System.Web.Razor.Generator.LiteralAttributeCodeGenerator.ValueGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1416 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value generator for the literal attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1417 <returns>The value generator for the literal attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1418 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1419 <member name="T:System.Web.Razor.Generator.MarkupCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1420 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for markup.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1421 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1422 <member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1423 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.MarkupCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1424 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1425 <member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1426 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1427 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1428 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1429 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1430 <member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1431 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for the markup.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1432 <param name="target">The source span whose content represents the markup.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1433 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1434 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1435 <member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1436 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1437 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1438 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1439 <member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1440 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1441 <returns>The string representation for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1442 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1443 <member name="T:System.Web.Razor.Generator.RazorCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1444 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Razor code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1445 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1446 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.#ctor(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1447 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.RazorCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1448 <param name="className">The class name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1449 <param name="rootNamespaceName">The root namespace name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1450 <param name="sourceFileName">The source file name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1451 <param name="host">The host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1452 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1453 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.ClassName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1454 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the class name for this code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1455 <returns>The class name for this code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1456 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1457 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.Context">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1458 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the context of this code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1459 <returns>The context of this code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1460 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1461 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.DesignTimeMode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1462 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the code generator is in design-time mode.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1463 <returns>true if the code generator is in design-time mode; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1464 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1465 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.GenerateLinePragmas">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1466 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the generator should generate line pragmas in the Razor code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1467 <returns>true if the generator should generate line pragmas in the Razor code; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1468 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1469 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.Host">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1470 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the razor engine host.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1471 <returns>The razor engine host.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1472 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1473 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.Initialize(System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1474 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes the current <see cref="T:System.Web.Razor.Generator.RazorCodeGenerator" /> instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1475 <param name="context">The context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1476 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1477 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.OnComplete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1478 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the Complete event.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1479 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1480 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.RootNamespaceName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1481 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the root namespace.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1482 <returns>The name of the root namespace.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1483 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1484 <member name="P:System.Web.Razor.Generator.RazorCodeGenerator.SourceFileName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1485 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the source file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1486 <returns>The name of the source file.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1487 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1488 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.VisitEndBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1489 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the end block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1490 <param name="block">The block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1491 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1492 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.VisitSpan(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1493 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1494 <param name="span">The span to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1495 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1496 <member name="M:System.Web.Razor.Generator.RazorCodeGenerator.VisitStartBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1497 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the start block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1498 <param name="block">The block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1499 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1500 <member name="T:System.Web.Razor.Generator.RazorCommentCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1501 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the razor comment code generator for the webpages.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1502 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1503 <member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1504 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.RazorCommentCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1505 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1506 <member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1507 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code with the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1508 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1509 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1510 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1511 <member name="T:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1512 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for Razor directive attribute. </summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1513 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1514 <member name="M:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.#ctor(System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1515 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1516 <param name="name">The name of the directive attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1517 <param name="value">The value of the directive attribute.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1518 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1519 <member name="M:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1520 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1521 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1522 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1523 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1524 <member name="M:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1525 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for the directive attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1526 <param name="target">The source span whose content represents the directive attribute to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1527 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1528 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1529 <member name="M:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1530 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1531 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1532 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1533 <member name="P:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1534 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the name of the directive attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1535 <returns>The name of the directive attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1536 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1537 <member name="M:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1538 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1539 <returns>The string representation for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1540 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1541 <member name="P:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator.Value">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1542 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the value of the directive attribute.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1543 <returns>The value of the directive attribute.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1544 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1545 <member name="T:System.Web.Razor.Generator.ResolveUrlCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1546 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the resolve Url code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1547 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1548 <member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1549 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.ResolveUrlCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1550 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1551 <member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1552 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1553 <returns>true if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1554 <param name="obj">The object to compare with the current instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1555 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1556 <member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1557 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the Url.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1558 <param name="target">The target object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1559 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1560 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1561 <member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1562 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1563 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1564 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1565 <member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1566 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the fully qualified type name of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1567 <returns>The fully qualified type name.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1568 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1569 <member name="T:System.Web.Razor.Generator.SectionCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1570 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a section code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1571 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1572 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.#ctor(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1573 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.SectionCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1574 <param name="sectionName">The name of the section code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1575 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1576 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1577 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1578 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1579 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1580 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1581 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1582 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block after the section code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1583 <param name="target">The target to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1584 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1585 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1586 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1587 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a block before the section code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1588 <param name="target">The target to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1589 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1590 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1591 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1592 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1593 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1594 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1595 <member name="P:System.Web.Razor.Generator.SectionCodeGenerator.SectionName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1596 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the section.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1597 <returns>The name of the section.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1598 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1599 <member name="M:System.Web.Razor.Generator.SectionCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1600 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1601 <returns>A string representation of this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1602 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1603 <member name="T:System.Web.Razor.Generator.SetBaseTypeCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1604 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for set base type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1605 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1606 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.#ctor(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1607 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.SetBaseTypeCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1608 <param name="baseType">The set base type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1609 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1610 <member name="P:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.BaseType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1611 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the set base type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1612 <returns>The set base type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1613 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1614 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1615 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1616 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1617 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1618 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1619 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1620 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for this set base type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1621 <param name="target">The source span that contains the set base type to generate code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1622 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1623 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1624 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1625 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1626 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1627 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1628 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.ResolveType(System.Web.Razor.Generator.CodeGeneratorContext,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1629 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Resolves the given set base type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1630 <returns>The resolved set base type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1631 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1632 <param name="baseType">The set base type to resolve.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1633 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1634 <member name="M:System.Web.Razor.Generator.SetBaseTypeCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1635 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1636 <returns>The string representation for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1637 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1638 <member name="T:System.Web.Razor.Generator.SetLayoutCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1639 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a code generator that sets layout for the web Razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1640 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1641 <member name="M:System.Web.Razor.Generator.SetLayoutCodeGenerator.#ctor(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1642 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.SetLayoutCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1643 <param name="layoutPath">The layout path.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1644 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1645 <member name="M:System.Web.Razor.Generator.SetLayoutCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1646 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1647 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1648 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1649 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1650 <member name="M:System.Web.Razor.Generator.SetLayoutCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1651 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a layout code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1652 <param name="target">The target where to generate the code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1653 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1654 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1655 <member name="M:System.Web.Razor.Generator.SetLayoutCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1656 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1657 <returns>A hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1658 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1659 <member name="P:System.Web.Razor.Generator.SetLayoutCodeGenerator.LayoutPath">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1660 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the path of the layout code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1661 <returns>The path of the layout code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1662 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1663 <member name="M:System.Web.Razor.Generator.SetLayoutCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1664 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1665 <returns>A string representation of this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1666 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1667 <member name="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1668 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the conversion of the SetVBOptionCodeGenerator of the value.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1669 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1670 <member name="M:System.Web.Razor.Generator.SetVBOptionCodeGenerator.#ctor(System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1671 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1672 <param name="optionName">The option name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1673 <param name="value">true if the object has a value; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1674 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1675 <member name="M:System.Web.Razor.Generator.SetVBOptionCodeGenerator.Explicit(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1676 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> explicitly to the on and off value.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1677 <returns>The <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> explicitly converts to the on and off value.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1678 <param name="onOffValue">true if the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> converts to on and off value; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1679 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1680 <member name="F:System.Web.Razor.Generator.SetVBOptionCodeGenerator.ExplicitCodeDomOptionName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1681 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the explicit code Dom option name.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1682 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1683 <member name="M:System.Web.Razor.Generator.SetVBOptionCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1684 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the specified parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1685 <param name="target">The target.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1686 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1687 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1688 <member name="P:System.Web.Razor.Generator.SetVBOptionCodeGenerator.OptionName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1689 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the option name for the code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1690 <returns>The option name for the code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1691 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1692 <member name="M:System.Web.Razor.Generator.SetVBOptionCodeGenerator.Strict(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1693 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Strictly converts the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> to the on and off value.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1694 <returns>The <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> strictly converts to the on and off value.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1695 <param name="onOffValue">true if the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> strictly converts to the on and off value; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1696 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1697 <member name="F:System.Web.Razor.Generator.SetVBOptionCodeGenerator.StrictCodeDomOptionName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1698 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the strict code Dom option name.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1699 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1700 <member name="M:System.Web.Razor.Generator.SetVBOptionCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1701 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a String that represents the current Object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1702 <returns>A String that represents the current Object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1703 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1704 <member name="P:System.Web.Razor.Generator.SetVBOptionCodeGenerator.Value">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1705 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> has a value.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1706 <returns>true if the <see cref="T:System.Web.Razor.Generator.SetVBOptionCodeGenerator" /> has a value; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1707 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1708 <member name="T:System.Web.Razor.Generator.SpanCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1709 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the span code generator for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1710 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1711 <member name="M:System.Web.Razor.Generator.SpanCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1712 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.SpanCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1713 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1714 <member name="M:System.Web.Razor.Generator.SpanCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1715 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1716 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1717 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1718 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1719 <member name="M:System.Web.Razor.Generator.SpanCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1720 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a code for the specified target and context parameters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1721 <param name="target">The target span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1722 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1723 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1724 <member name="M:System.Web.Razor.Generator.SpanCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1725 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a hash code for the span code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1726 <returns>A hash code for the span code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1727 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1728 <member name="F:System.Web.Razor.Generator.SpanCodeGenerator.Null">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1729 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a null value for the span code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1730 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1731 <member name="T:System.Web.Razor.Generator.StatementCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1732 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a code generator for the statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1733 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1734 <member name="M:System.Web.Razor.Generator.StatementCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1735 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.StatementCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1736 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1737 <member name="M:System.Web.Razor.Generator.StatementCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1738 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1739 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1740 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1741 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1742 <member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1743 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Generates the code for the statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1744 <param name="target">The span source whose content contains the statement to generate.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1745 <param name="context">The context of the code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1746 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1747 <member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1748 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1749 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1750 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1751 <member name="M:System.Web.Razor.Generator.StatementCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1752 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1753 <returns>The string representation for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1754 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1755 <member name="T:System.Web.Razor.Generator.TemplateBlockCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1756 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the template block code generator of the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1757 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1758 <member name="M:System.Web.Razor.Generator.TemplateBlockCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1759 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.TemplateBlockCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1760 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1761 <member name="M:System.Web.Razor.Generator.TemplateBlockCodeGenerator.GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1762 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to end the block of the template block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1763 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1764 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1765 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1766 <member name="M:System.Web.Razor.Generator.TemplateBlockCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1767 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code to start the block for the template block code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1768 <param name="target">The target block.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1769 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1770 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1771 <member name="T:System.Web.Razor.Generator.TypeMemberCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1772 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a type member code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1773 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1774 <member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1775 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.TypeMemberCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1776 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1777 <member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1778 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1779 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1780 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1781 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1782 <member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1783 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code with a given target and context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1784 <param name="target">The target where to generate the code.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1785 <param name="context">The code generator context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1786 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1787 <member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1788 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1789 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1790 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1791 <member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1792 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1793 <returns>A string representation of this code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1794 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1795 <member name="T:System.Web.Razor.Generator.VBRazorCodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1796 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the razor code generator for VB.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1797 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1798 <member name="M:System.Web.Razor.Generator.VBRazorCodeGenerator.#ctor(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1799 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Generator.VBRazorCodeGenerator" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1800 <param name="className">The name of the class.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1801 <param name="rootNamespaceName">The root namespace.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1802 <param name="sourceFileName">The file name of the asset source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1803 <param name="host">The host.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1804 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1805 <member name="T:System.Web.Razor.Parser.BalancingModes">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1806 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1807 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1808 <member name="F:System.Web.Razor.Parser.BalancingModes.AllowCommentsAndTemplates">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1809 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1810 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1811 <member name="F:System.Web.Razor.Parser.BalancingModes.AllowEmbeddedTransitions">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1812 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1813 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1814 <member name="F:System.Web.Razor.Parser.BalancingModes.BacktrackOnFailure">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1815 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1816 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1817 <member name="F:System.Web.Razor.Parser.BalancingModes.NoErrorOnFailure">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1818 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1819 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1820 <member name="F:System.Web.Razor.Parser.BalancingModes.None">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1821 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1822 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1823 <member name="T:System.Web.Razor.Parser.CallbackVisitor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1824 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a visitor that executes a callback upon the completion of a visit.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1825 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1826 <member name="M:System.Web.Razor.Parser.CallbackVisitor.#ctor(System.Action{System.Web.Razor.Parser.SyntaxTree.Span})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1827 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CallbackVisitor" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1828 <param name="spanCallback">The delegate for the span visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1829 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1830 <member name="M:System.Web.Razor.Parser.CallbackVisitor.#ctor(System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1831 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CallbackVisitor" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1832 <param name="spanCallback">The delegate for the span visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1833 <param name="errorCallback">The delegate for the error visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1834 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1835 <member name="M:System.Web.Razor.Parser.CallbackVisitor.#ctor(System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError},System.Action{System.Web.Razor.Parser.SyntaxTree.BlockType},System.Action{System.Web.Razor.Parser.SyntaxTree.BlockType})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1836 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CallbackVisitor" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1837 <param name="spanCallback">The delegate for the span visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1838 <param name="errorCallback">The delegate for the error visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1839 <param name="startBlockCallback">The delegate for the start block visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1840 <param name="endBlockCallback">The delegate for the end block visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1841 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1842 <member name="M:System.Web.Razor.Parser.CallbackVisitor.#ctor(System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError},System.Action{System.Web.Razor.Parser.SyntaxTree.BlockType},System.Action{System.Web.Razor.Parser.SyntaxTree.BlockType},System.Action)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1843 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CallbackVisitor" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1844 <param name="spanCallback">The delegate for the span visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1845 <param name="errorCallback">The delegate for the error visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1846 <param name="startBlockCallback">The delegate for the start block visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1847 <param name="endBlockCallback">The delegate for the end block visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1848 <param name="completeCallback">The delegate to execute for the complete event.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1849 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1850 <member name="M:System.Web.Razor.Parser.CallbackVisitor.OnComplete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1851 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. </summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1852 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1853 <member name="P:System.Web.Razor.Parser.CallbackVisitor.SynchronizationContext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1854 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the synchronization context for this callback visitor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1855 <returns>The synchronization context for this callback visitor.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1856 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1857 <member name="M:System.Web.Razor.Parser.CallbackVisitor.VisitEndBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1858 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the end block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1859 <param name="block">The end block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1860 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1861 <member name="M:System.Web.Razor.Parser.CallbackVisitor.VisitError(System.Web.Razor.Parser.SyntaxTree.RazorError)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1862 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1863 <param name="err">The Razor error to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1864 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1865 <member name="M:System.Web.Razor.Parser.CallbackVisitor.VisitSpan(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1866 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1867 <param name="span">The span to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1868 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1869 <member name="M:System.Web.Razor.Parser.CallbackVisitor.VisitStartBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1870 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Executes the visitor callback to visit the start block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1871 <param name="block">The start block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1872 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1873 <member name="T:System.Web.Razor.Parser.CSharpCodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1874 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a C sharp code parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1875 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1876 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1877 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CSharpCodeParser" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1878 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1879 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.AcceptIf(System.Web.Razor.Tokenizer.Symbols.CSharpKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1880 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts the ‘IF’ keyword.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1881 <returns>true if the parser accepts the ‘IF’ keyword; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1882 <param name="keyword">The keyword to accept.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1883 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1884 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.AssertDirective(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1885 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Asserts a directive code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1886 <param name="directive">The directive code to assert.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1887 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1888 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.At(System.Web.Razor.Tokenizer.Symbols.CSharpKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1889 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code contains ‘AT’ keyword.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1890 <returns>true if the code contains ‘AT’ keyword; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1891 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1892 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1893 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.BaseTypeDirective(System.String,System.Func{System.String,System.Web.Razor.Generator.SpanCodeGenerator})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1894 <summary>Indicates the base type directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1895 <param name="noTypeNameError">The no type name error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1896 <param name="createCodeGenerator">The create code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1897 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1898 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.FunctionsDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1899 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the functions directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1900 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1901 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.HandleEmbeddedTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1902 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the code that handles embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1903 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1904 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.HelperDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1905 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a helper directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1906 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1907 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.InheritsDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1908 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates which class the application will derive the view from, and can therefore ensure proper type checking.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1909 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1910 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.InheritsDirectiveCore">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1911 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Inherits a directive core.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1912 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1913 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.IsAtEmbeddedTransition(System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1914 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is at embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1915 <returns>true if the code is at embedded transition; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1916 <param name="allowTemplatesAndComments">true to allow templates and comments; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1917 <param name="allowTransitions">true to allow transitions; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1918 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1919 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.IsNested">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1920 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the code is nested.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1921 <returns>true if the code is nested; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1922 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1923 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.IsSpacingToken(System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1924 <summary>Indicates whether the lines and comments is spacing token.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1925 <returns>The function that indicates the spacing token.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1926 <param name="includeNewLines">true to include new lines; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1927 <param name="includeComments">true to include comments; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1928 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1929 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.Keywords">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1930 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the C sharp language keywords.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1931 <returns>The C sharp language keywords.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1932 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1933 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.Language">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1934 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specific language for parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1935 <returns>The specific language for parsing.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1936 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1937 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.LayoutDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1938 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the layout directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1939 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1940 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.MapDirectives(System.Action,System.String[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1941 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Maps the given directives.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1942 <param name="handler">The handler.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1943 <param name="directives">The directives.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1944 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1945 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.OtherParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1946 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser used for the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1947 <returns>The other parser used for the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1948 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1949 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.OutputSpanBeforeRazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1950 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Spans the output of the parsing before the comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1951 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1952 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.ParseBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1953 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Blocks the parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1954 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1955 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.ReservedDirective(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1956 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the reserved directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1957 <param name="topLevel">Determines whether the directive is a top level.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1958 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1959 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.SectionDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1960 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a section directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1961 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1962 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.SessionStateDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1963 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a session state directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1964 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1965 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.SessionStateDirectiveCore">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1966 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the session state directive core.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1967 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1968 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.SessionStateTypeDirective(System.String,System.Func{System.String,System.String,System.Web.Razor.Generator.SpanCodeGenerator})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1969 <summary>Indicates the directive for session state type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1970 <param name="noValueError">The no value error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1971 <param name="createCodeGenerator">The create code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1972 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1973 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.TryGetDirectiveHandler(System.String,System.Action@)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1974 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a directive handler.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1975 <returns>true if successful; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1976 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1977 <param name="handler">The handler.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1978 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1979 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.ValidSessionStateValue">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1980 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the value of the session state is valid.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1981 <returns>true if the value of the session state is valid; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1982 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1983 <member name="T:System.Web.Razor.Parser.CSharpCodeParser.Block">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1984 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block for this CSharpCode parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1985 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1986 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.Block.#ctor(System.String,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1987 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CSharpCodeParser.Block" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1988 <param name="name">The string name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1989 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1990 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1991 <member name="M:System.Web.Razor.Parser.CSharpCodeParser.Block.#ctor(System.Web.Razor.Tokenizer.Symbols.CSharpSymbol)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1992 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.CSharpCodeParser.Block" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1993 <param name="symbol">The CSharp symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1994 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1995 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.Block.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1996 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the string name for the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1997 <returns>The string name for the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1998 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
1999 <member name="P:System.Web.Razor.Parser.CSharpCodeParser.Block.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2000 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the source location to start the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2001 <returns>The source location to start the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2002 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2003 <member name="T:System.Web.Razor.Parser.CSharpLanguageCharacteristics">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2004 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the different language characteristics in a CSharp language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2005 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2006 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.CreateMarkerSymbol(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2007 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a marker symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2008 <returns>A marker symbol in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2009 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2010 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2011 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2012 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2013 <returns>A symbol in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2014 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2015 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2016 <param name="type">The html symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2017 <param name="errors">List of errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2018 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2019 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.CreateTokenizer(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2020 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a language tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2021 <returns>A language tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2022 <param name="source">The source of the text document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2023 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2024 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.FlipBracket(System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2025 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Flips the bracket symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2026 <returns>The bracket symbol in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2027 <param name="bracket">The symbol bracket.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2028 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2029 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.GetKeyword(System.Web.Razor.Tokenizer.Symbols.CSharpKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2030 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the keyword in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2031 <returns>The keyword in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2032 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2033 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2034 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.GetKnownSymbolType(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2035 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the <see cref="T:System.Web.Razor.Parser.CSharpLanguageCharacteristics" /> in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2036 <returns>The <see cref="T:System.Web.Razor.Parser.CSharpLanguageCharacteristics" /> in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2037 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2038 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2039 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.GetSample(System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2040 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2041 <returns>A sample symbol in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2042 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2043 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2044 <member name="M:System.Web.Razor.Parser.CSharpLanguageCharacteristics.GetSymbolSample(System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2045 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2046 <returns>A sample symbol in the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2047 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2048 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2049 <member name="P:System.Web.Razor.Parser.CSharpLanguageCharacteristics.Instance">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2050 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the instance for the <see cref="T:System.Web.Razor.Parser.CSharpLanguageCharacteristics" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2051 <returns>The instance for the <see cref="T:System.Web.Razor.Parser.CSharpLanguageCharacteristics" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2052 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2053 <member name="T:System.Web.Razor.Parser.HtmlLanguageCharacteristics">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2054 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the different language characteristics in an html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2055 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2056 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.CreateMarkerSymbol(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2057 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a marker symbol in the Html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2058 <returns>A marker symbol in the Html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2059 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2060 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2061 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2062 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a symbol in the Html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2063 <returns>A symbol in the Html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2064 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2065 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2066 <param name="type">The html symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2067 <param name="errors">List of errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2068 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2069 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.CreateTokenizer(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2070 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates an html tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2071 <returns>An html tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2072 <param name="source">The source of the text document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2073 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2074 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.FlipBracket(System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2075 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Flips the bracket symbol in the html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2076 <returns>The bracket symbol in the html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2077 <param name="bracket">The symbol bracket.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2078 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2079 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.GetKnownSymbolType(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2080 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the <see cref="T:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType" /> in the html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2081 <returns>The <see cref="T:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType" /> in the html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2082 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2083 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2084 <member name="M:System.Web.Razor.Parser.HtmlLanguageCharacteristics.GetSample(System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2085 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol in the html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2086 <returns>A sample symbol in the html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2087 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2088 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2089 <member name="P:System.Web.Razor.Parser.HtmlLanguageCharacteristics.Instance">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2090 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the instance for the <see cref="T:System.Web.Razor.Parser.HtmlLanguageCharacteristics" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2091 <returns>The instance for the <see cref="T:System.Web.Razor.Parser.HtmlLanguageCharacteristics" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2092 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2093 <member name="T:System.Web.Razor.Parser.HtmlMarkupParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2094 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parser specifically for parsing HTML markup.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2095 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2096 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2097 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.HtmlMarkupParser" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2098 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2099 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.BuildSpan(System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2100 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Builds the span for the given content using the specified span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2101 <param name="span">The span builder used to build the span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2102 <param name="start">The start location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2103 <param name="content">The span content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2104 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2105 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.IsSpacingToken(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2106 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the function delegate used to determine the token used for HTML spacing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2107 <returns>The function delegate used to determine the token used for HTML spacing.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2108 <param name="includeNewLines">true to indicate that new lines are considered as spacing token; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2109 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2110 <member name="P:System.Web.Razor.Parser.HtmlMarkupParser.Language">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2111 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the instance that defines the characteristics of HTML language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2112 <returns>The instance that defines the characteristics of HTML language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2113 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2114 <member name="P:System.Web.Razor.Parser.HtmlMarkupParser.OtherParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2115 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the other parser for parsing HTML markup.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2116 <returns>The other parser for parsing HTML markup.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2117 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2118 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.OutputSpanBeforeRazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2119 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Builds the span before the Razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2120 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2121 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.ParseBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2122 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Parses the next HTML block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2123 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2124 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.ParseDocument">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2125 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Parses the HTML document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2126 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2127 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.ParseSection(System.Tuple{System.String,System.String},System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2128 <summary>Parses a section with markups given by the nesting sequences.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2129 <param name="nestingSequences">A tuple that specifies the markup nesting sequences.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2130 <param name="caseSensitive">true to indicate case-sensitive parsing; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2131 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2132 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.SkipToAndParseCode(System.Func{System.Web.Razor.Tokenizer.Symbols.HtmlSymbol,System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2133 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Skips the parse until the specified condition is meet.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2134 <param name="condition">A function delegate that defines the condition.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2135 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2136 <member name="M:System.Web.Razor.Parser.HtmlMarkupParser.SkipToAndParseCode(System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2137 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Skips the parse until the specified HTML symbol type is encountered.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2138 <param name="type">The HTML symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2139 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2140 <member name="P:System.Web.Razor.Parser.HtmlMarkupParser.VoidElements">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2141 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the HTML tags that are considered as void.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2142 <returns>The HTML tags that are considered as void.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2143 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2144 <member name="T:System.Web.Razor.Parser.LanguageCharacteristics`3">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2145 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides methods that define the behavior of a Razor code language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2146 <typeparam name="TTokenizer">The type of the code tokenizer for the Razor language.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2147 <typeparam name="TSymbol">The type for the language symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2148 <typeparam name="TSymbolType">The enumeration type for the language symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2149 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2150 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2151 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.LanguageCharacteristics`3" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2152 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2153 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.CreateMarkerSymbol(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2154 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a code language symbol with the specified source location as the start marker.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2155 <returns>The symbol for the code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2156 <param name="location">The source location as the start marker.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2157 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2158 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,`2,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2159 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a code language symbol with the specified source location with the specified source location as the start marker.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2160 <returns>The symbol for the code language.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2161 <param name="location">The source location as the start marker.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2162 <param name="content">The content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2163 <param name="type">The enumeration type for the language symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2164 <param name="errors">The collection of error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2165 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2166 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.CreateTokenizer(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2167 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a Razor code language tokenizer for the specified source document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2168 <returns>A Razor code language tokenizer for the specified source document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2169 <param name="source">The source document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2170 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2171 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.FlipBracket(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2172 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the opposite bracket symbol for the specified bracket symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2173 <returns>The opposite bracket symbol for the specified bracket symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2174 <param name="bracket">The bracket symbol to flip.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2175 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2176 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.GetKnownSymbolType(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2177 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the specific language symbol type for the given symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2178 <returns>The specific language symbol type for the given symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2179 <param name="type">The symbol type to get.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2180 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2181 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.GetSample(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2182 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the actual symbol for the given language symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2183 <returns>The actual symbol for the given language symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2184 <param name="type">The language symbol type to get.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2185 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2186 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsCommentBody(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2187 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a comment body type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2188 <returns>true if the symbol is a comment body type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2189 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2190 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2191 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsCommentStar(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2192 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a comment star type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2193 <returns>true if the symbol is a comment star type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2194 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2195 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2196 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsCommentStart(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2197 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a comment start type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2198 <returns>true if the symbol is a comment start type; otherwise, false. </returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2199 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2200 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2201 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsIdentifier(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2202 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is an identifier type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2203 <returns>true if the symbol is an identifier type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2204 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2205 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2206 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsKeyword(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2207 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a keyword type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2208 <returns>true if the symbol is a keyword type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2209 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2210 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2211 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsKnownSymbolType(`1,System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2212 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol type is a known symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2213 <returns>true if the symbol type is a known symbol type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2214 <param name="symbol">The symbol whose type is to be checked.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2215 <param name="type">The known type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2216 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2217 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsNewLine(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2218 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a new line type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2219 <returns>true if the symbol is a new line type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2220 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2221 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2222 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsTransition(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2223 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a transition type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2224 <returns>true if the symbol is a transition type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2225 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2226 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2227 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsUnknown(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2228 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is an unknown type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2229 <returns>true if the symbol is an unknown type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2230 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2231 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2232 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.IsWhiteSpace(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2233 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a whitespace type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2234 <returns>true if the symbol is a whitespace type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2235 <param name="symbol">The symbol to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2236 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2237 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.KnowsSymbolType(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2238 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is an unknown type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2239 <returns>true if the symbol is an unknown type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2240 <param name="type">The known type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2241 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2242 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.SplitSymbol(`1,System.Int32,`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2243 <summary>Splits the content of the code language symbol at the specified index.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2244 <returns>A tuple of code language symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2245 <param name="symbol">The symbol whose content is to be splitted.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2246 <param name="splitAt">The index where the split occurs.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2247 <param name="leftType">The enumeration type for the language symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2248 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2249 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.TokenizeString(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2250 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Splits the specified string into tokens.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2251 <returns>The collection of token.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2252 <param name="content">The string to tokenize.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2253 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2254 <member name="M:System.Web.Razor.Parser.LanguageCharacteristics`3.TokenizeString(System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2255 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Splits the specified string into tokens.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2256 <returns>The collection of token.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2257 <param name="start">The source location as the start marker for the tokenizer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2258 <param name="input">The string to tokenize.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2259 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2260 <member name="T:System.Web.Razor.Parser.ParserBase">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2261 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the parser base class for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2262 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2263 <member name="M:System.Web.Razor.Parser.ParserBase.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2264 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.ParserBase" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2265 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2266 <member name="M:System.Web.Razor.Parser.ParserBase.BuildSpan(System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2267 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a span for the parser base.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2268 <param name="span">The span builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2269 <param name="start">The beginning of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2270 <param name="content">The content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2271 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2272 <member name="P:System.Web.Razor.Parser.ParserBase.Context">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2273 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the <see cref="T:System.Web.Razor.Parser.ParserContext" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2274 <returns>The <see cref="T:System.Web.Razor.Parser.ParserContext" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2275 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2276 <member name="P:System.Web.Razor.Parser.ParserBase.IsMarkupParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2277 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the parser is a markup parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2278 <returns>true if the parser is a markup parser; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2279 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2280 <member name="P:System.Web.Razor.Parser.ParserBase.OtherParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2281 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser <see cref="T:System.Web.Razor.Parser.ParserBase" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2282 <returns>The other parser <see cref="T:System.Web.Razor.Parser.ParserBase" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2283 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2284 <member name="M:System.Web.Razor.Parser.ParserBase.ParseBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2285 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Blocks the parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2286 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2287 <member name="M:System.Web.Razor.Parser.ParserBase.ParseDocument">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2288 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates documentation for the parse.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2289 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2290 <member name="M:System.Web.Razor.Parser.ParserBase.ParseSection(System.Tuple{System.String,System.String},System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2291 <summary>Parses the section in ordered list of the elements.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2292 <param name="nestingSequences">The pair of nesting sequences.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2293 <param name="caseSensitive">true if the case is sensitive; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2294 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2295 <member name="T:System.Web.Razor.Parser.ParserContext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2296 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parser whose context can be switched to either a code or a markup.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2297 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2298 <member name="M:System.Web.Razor.Parser.ParserContext.#ctor(System.Web.Razor.Text.ITextDocument,System.Web.Razor.Parser.ParserBase,System.Web.Razor.Parser.ParserBase,System.Web.Razor.Parser.ParserBase)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2299 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.ParserContext" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2300 <param name="source">The source document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2301 <param name="codeParser">The code parser for the context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2302 <param name="markupParser">The markup parser for the context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2303 <param name="activeParser">The active parser for the context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2304 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2305 <member name="P:System.Web.Razor.Parser.ParserContext.ActiveParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2306 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the active parser for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2307 <returns>The active parser for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2308 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2309 <member name="M:System.Web.Razor.Parser.ParserContext.AddSpan(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2310 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the specified span at the end of the block builder stack.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2311 <param name="span">The span to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2312 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2313 <member name="P:System.Web.Razor.Parser.ParserContext.CodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2314 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the code parser for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2315 <returns>The code parser for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2316 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2317 <member name="M:System.Web.Razor.Parser.ParserContext.CompleteParse">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2318 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Parses the last span and returns the parse results that contain the newly built block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2319 <returns>The parse results that contain the newly built block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2320 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2321 <member name="P:System.Web.Razor.Parser.ParserContext.CurrentBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2322 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the current block builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2323 <returns>The current block builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2324 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2325 <member name="P:System.Web.Razor.Parser.ParserContext.CurrentCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2326 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the current character available from the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2327 <returns>The current character available from the source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2328 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2329 <member name="P:System.Web.Razor.Parser.ParserContext.DesignTimeMode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2330 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the parser is in design mode.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2331 <returns>true if the parser is in design mode; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2332 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2333 <member name="M:System.Web.Razor.Parser.ParserContext.EndBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2334 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates an end block from the last item of the block builder stack. </summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2335 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2336 <member name="P:System.Web.Razor.Parser.ParserContext.EndOfFile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2337 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the source status is end of file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2338 <returns>true if the source status is end of file; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2339 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2340 <member name="P:System.Web.Razor.Parser.ParserContext.Errors">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2341 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the list of errors during parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2342 <returns>The list of errors.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2343 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2344 <member name="M:System.Web.Razor.Parser.ParserContext.IsWithin(System.Web.Razor.Parser.SyntaxTree.BlockType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2345 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified block type exists in the block builder list.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2346 <returns>true if the specified block type exists in the block builder list; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2347 <param name="type">The block type to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2348 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2349 <member name="P:System.Web.Razor.Parser.ParserContext.LastAcceptedCharacters">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2350 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the last accepted characters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2351 <returns>One of the values of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters" /> enumeration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2352 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2353 <member name="P:System.Web.Razor.Parser.ParserContext.LastSpan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2354 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the last span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2355 <returns>The last span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2356 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2357 <member name="P:System.Web.Razor.Parser.ParserContext.MarkupParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2358 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the markup parser for the context.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2359 <returns>The markup parser for the context.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2360 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2361 <member name="M:System.Web.Razor.Parser.ParserContext.OnError(System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2362 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Occurs when parse encountered error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2363 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2364 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2365 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2366 <member name="M:System.Web.Razor.Parser.ParserContext.OnError(System.Web.Razor.Text.SourceLocation,System.String,System.Object[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2367 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Occurs when parse encountered an error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2368 <param name="location">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2369 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2370 <param name="args">The other information about the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2371 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2372 <member name="P:System.Web.Razor.Parser.ParserContext.Source">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2373 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the text reader for the source document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2374 <returns>The text reader for the source document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2375 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2376 <member name="M:System.Web.Razor.Parser.ParserContext.StartBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2377 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds a new block builder at the end of the block builder stack and returns a disposable action that returns an end block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2378 <returns>A disposable action that returns an end block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2379 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2380 <member name="M:System.Web.Razor.Parser.ParserContext.StartBlock(System.Web.Razor.Parser.SyntaxTree.BlockType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2381 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds a new block builder at the end of the block builder stack and returns a disposable action that returns an end block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2382 <returns>A disposable action that returns an end block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2383 <param name="blockType">The type for the new block builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2384 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2385 <member name="M:System.Web.Razor.Parser.ParserContext.SwitchActiveParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2386 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Alternately switches the code parser or markup parser as the active parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2387 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2388 <member name="P:System.Web.Razor.Parser.ParserContext.WhiteSpaceIsSignificantToAncestorBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2389 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether white space is significant to ancestor block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2390 <returns>true is white space is significant to ancestor block; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2391 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2392 <member name="T:System.Web.Razor.Parser.ParserHelpers">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2393 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides helper methods for the parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2394 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2395 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsCombining(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2396 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a spacing combining mark or a non-spacing mark.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2397 <returns>true if the specified character value is a spacing combining mark or a non-spacing mark; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2398 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2399 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2400 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsConnecting(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2401 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a connector punctuation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2402 <returns>true if the specified character value is a connector punctuation; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2403 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2404 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2405 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsDecimalDigit(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2406 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a decimal digit number.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2407 <returns>true if the specified character value is a decimal digit number; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2408 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2409 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2410 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsEmailPart(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2411 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use in email address.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2412 <returns>true if the specified character value is valid for use in email address; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2413 <param name="character">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2414 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2415 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsFormatting(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2416 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is used for formatting text layout or formatting text operation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2417 <returns>true if the specified character value is used for formatting text layout or formatting text operation.; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2418 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2419 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2420 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsHexDigit(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2421 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a hexadecimal digit number.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2422 <returns>true if the specified character is a hexadecimal digit number; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2423 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2424 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2425 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsIdentifier(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2426 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified string value is an identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2427 <returns>true if the specified string value is an identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2428 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2429 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2430 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsIdentifier(System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2431 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified string value is an identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2432 <returns>true if the specified string value is an identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2433 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2434 <param name="requireIdentifierStart">true to require that the identifier starts with a letter or underscore (_); otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2435 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2436 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsIdentifierPart(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2437 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use in identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2438 <returns>true if the specified character is valid for use in identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2439 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2440 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2441 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsIdentifierStart(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2442 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use as start character of an identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2443 <returns>true if the specified character value is valid for use as start character of an identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2444 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2445 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2446 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsLetter(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2447 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a letter.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2448 <returns>true if the specified character is a letter; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2449 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2450 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2451 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsLetterOrDecimalDigit(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2452 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a letter or a decimal digit number.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2453 <returns>true if the specified character is a letter or a decimal digit number; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2454 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2455 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2456 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsNewLine(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2457 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified value is a newline.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2458 <returns>true if the specified character is a newline; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2459 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2460 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2461 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsNewLine(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2462 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified value is a newline.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2463 <returns>true if the specified character is a newline; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2464 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2465 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2466 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsTerminatingCharToken(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2467 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a terminating character token.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2468 <returns>true if the specified character value is a terminating character token; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2469 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2470 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2471 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsTerminatingQuotedStringToken(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2472 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a terminating quoted string.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2473 <returns>true if the specified character value is a terminating quoted string; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2474 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2475 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2476 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsWhitespace(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2477 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a whitespace.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2478 <returns>true if the specified character value is a whitespace; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2479 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2480 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2481 <member name="M:System.Web.Razor.Parser.ParserHelpers.IsWhitespaceOrNewLine(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2482 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a whitespace or newline.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2483 <returns>true if the specified character value is a whitespace or newline; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2484 <param name="value">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2485 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2486 <member name="M:System.Web.Razor.Parser.ParserHelpers.SanitizeClassName(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2487 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Sanitizes the specified input name to conform as a valid value for class name.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2488 <returns>The sanitized class name.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2489 <param name="inputName">The value to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2490 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2491 <member name="T:System.Web.Razor.Parser.ParserVisitor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2492 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a parser visitor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2493 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2494 <member name="M:System.Web.Razor.Parser.ParserVisitor.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2495 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.ParserVisitor" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2496 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2497 <member name="P:System.Web.Razor.Parser.ParserVisitor.CancelToken">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2498 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the cancellation token.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2499 <returns>The cancellation token.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2500 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2501 <member name="M:System.Web.Razor.Parser.ParserVisitor.OnComplete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2502 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates that a visitor method has completed execution.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2503 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2504 <member name="M:System.Web.Razor.Parser.ParserVisitor.ThrowIfCanceled">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2505 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2506 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2507 <member name="M:System.Web.Razor.Parser.ParserVisitor.VisitBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2508 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2509 <param name="block">The block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2510 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2511 <member name="M:System.Web.Razor.Parser.ParserVisitor.VisitEndBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2512 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified black after parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2513 <param name="block">The block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2514 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2515 <member name="M:System.Web.Razor.Parser.ParserVisitor.VisitError(System.Web.Razor.Parser.SyntaxTree.RazorError)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2516 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the given razor error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2517 <param name="err">The error to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2518 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2519 <member name="M:System.Web.Razor.Parser.ParserVisitor.VisitSpan(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2520 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2521 <param name="span">The span to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2522 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2523 <member name="M:System.Web.Razor.Parser.ParserVisitor.VisitStartBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2524 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block before parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2525 <param name="block">The block to visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2526 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2527 <member name="T:System.Web.Razor.Parser.ParserVisitorExtensions">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2528 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides extension methods for parser visitor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2529 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2530 <member name="M:System.Web.Razor.Parser.ParserVisitorExtensions.Visit(System.Web.Razor.Parser.ParserVisitor,System.Web.Razor.ParserResults)"></member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2531 <member name="T:System.Web.Razor.Parser.RazorParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2532 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Razor parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2533 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2534 <member name="M:System.Web.Razor.Parser.RazorParser.#ctor(System.Web.Razor.Parser.ParserBase,System.Web.Razor.Parser.ParserBase)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2535 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.RazorParser" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2536 <param name="codeParser">The code parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2537 <param name="markupParser">The markup parser.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2538 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2539 <member name="M:System.Web.Razor.Parser.RazorParser.CreateParseTask(System.IO.TextReader,System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2540 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2541 <returns>The created <see cref="T:System.Threading.Tasks.Task" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2542 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2543 <param name="spanCallback">The span callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2544 <param name="errorCallback">The error callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2545 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2546 <member name="M:System.Web.Razor.Parser.RazorParser.CreateParseTask(System.IO.TextReader,System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError},System.Threading.CancellationToken)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2547 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2548 <returns>The created <see cref="T:System.Threading.Tasks.Task" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2549 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2550 <param name="spanCallback">The span callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2551 <param name="errorCallback">The error callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2552 <param name="cancelToken">The cancellation token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2553 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2554 <member name="M:System.Web.Razor.Parser.RazorParser.CreateParseTask(System.IO.TextReader,System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError},System.Threading.SynchronizationContext)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2555 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2556 <returns>The created <see cref="T:System.Threading.Tasks.Task" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2557 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2558 <param name="spanCallback">The span callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2559 <param name="errorCallback">The error callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2560 <param name="context">The context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2561 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2562 <member name="M:System.Web.Razor.Parser.RazorParser.CreateParseTask(System.IO.TextReader,System.Action{System.Web.Razor.Parser.SyntaxTree.Span},System.Action{System.Web.Razor.Parser.SyntaxTree.RazorError},System.Threading.SynchronizationContext,System.Threading.CancellationToken)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2563 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2564 <returns>The created <see cref="T:System.Threading.Tasks.Task" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2565 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2566 <param name="spanCallback">The span callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2567 <param name="errorCallback">The error callback.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2568 <param name="context">The context.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2569 <param name="cancelToken">The cancellation token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2570 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2571 <member name="M:System.Web.Razor.Parser.RazorParser.CreateParseTask(System.IO.TextReader,System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2572 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2573 <returns>The created <see cref="T:System.Threading.Tasks.Task" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2574 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2575 <param name="consumer">The consumer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2576 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2577 <member name="P:System.Web.Razor.Parser.RazorParser.DesignTimeMode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2578 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the design time mode.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2579 <returns>The design time mode.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2580 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2581 <member name="M:System.Web.Razor.Parser.RazorParser.Parse(System.IO.TextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2582 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2583 <returns>The parser result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2584 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2585 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2586 <member name="M:System.Web.Razor.Parser.RazorParser.Parse(System.IO.TextReader,System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2587 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2588 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2589 <param name="visitor">The visitor.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2590 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2591 <member name="M:System.Web.Razor.Parser.RazorParser.Parse(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2592 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2593 <returns>The parser result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2594 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2595 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2596 <member name="M:System.Web.Razor.Parser.RazorParser.Parse(System.Web.Razor.Text.LookaheadTextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2597 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2598 <returns>The parser result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2599 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2600 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2601 <member name="M:System.Web.Razor.Parser.RazorParser.Parse(System.Web.Razor.Text.LookaheadTextReader,System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2602 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2603 <param name="input">The object to parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2604 <param name="visitor">The visitor.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2605 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2606 <member name="T:System.Web.Razor.Parser.SyntaxConstants">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2607 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2608 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2609 <member name="F:System.Web.Razor.Parser.SyntaxConstants.EndCommentSequence">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2610 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2611 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2612 <member name="F:System.Web.Razor.Parser.SyntaxConstants.StartCommentSequence">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2613 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2614 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2615 <member name="F:System.Web.Razor.Parser.SyntaxConstants.TextTagName">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2616 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2617 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2618 <member name="F:System.Web.Razor.Parser.SyntaxConstants.TransitionCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2619 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2620 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2621 <member name="F:System.Web.Razor.Parser.SyntaxConstants.TransitionString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2622 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2623 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2624 <member name="T:System.Web.Razor.Parser.SyntaxConstants.CSharp">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2625 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2626 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2627 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.ClassKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2628 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2629 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2630 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.ElseIfKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2631 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2632 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2633 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.FunctionsKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2634 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2635 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2636 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.HelperKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2637 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2638 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2639 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.InheritsKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2640 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2641 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2642 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.LayoutKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2643 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2644 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2645 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.NamespaceKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2646 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2647 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2648 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.SectionKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2649 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2650 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2651 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.SessionStateKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2652 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2653 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2654 <member name="F:System.Web.Razor.Parser.SyntaxConstants.CSharp.UsingKeywordLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2655 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2656 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2657 <member name="T:System.Web.Razor.Parser.SyntaxConstants.VB">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2658 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2659 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2660 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.CodeKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2661 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2662 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2663 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.EndCodeKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2664 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2665 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2666 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.EndFunctionsKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2667 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2668 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2669 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.EndHelperKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2670 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2671 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2672 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.EndKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2673 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2674 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2675 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.EndSectionKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2676 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2677 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2678 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.ExplicitKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2679 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2680 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2681 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.FunctionsKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2682 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2683 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2684 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.HelperKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2685 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2686 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2687 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.ImportsKeywordLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2688 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2689 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2690 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.LayoutKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2691 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2692 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2693 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.OffKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2694 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2695 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2696 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.SectionKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2697 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2698 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2699 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.SelectCaseKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2700 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2701 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2702 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.SessionStateKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2703 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2704 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2705 <member name="F:System.Web.Razor.Parser.SyntaxConstants.VB.StrictKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2706 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2707 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2708 <member name="T:System.Web.Razor.Parser.TokenizerBackedParser`3">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2709 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a tokenizer backed parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2710 <typeparam name="TTokenizer">The type of tokenizer.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2711 <typeparam name="TSymbol">The type of symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2712 <typeparam name="TSymbolType">The type of SymbolType.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2713 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2714 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2715 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.TokenizerBackedParser`3" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2716 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2717 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Accept(System.Collections.Generic.IEnumerable{`1})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2718 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the list of symbols</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2719 <param name="symbols">The list of symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2720 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2721 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Accept(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2722 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the specified symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2723 <param name="symbol">The symbol to accept.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2724 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2725 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptAll(`2[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2726 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts all types of tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2727 <returns>true of the parser accepts all types of tokenizer; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2728 <param name="types">The types.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2729 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2730 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptAndMoveNext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2731 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts and moves to the next tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2732 <returns>true if the parser accepts and moves to the next tokenizer; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2733 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2734 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptSingleWhiteSpaceCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2735 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts single whitespace character.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2736 <returns>true if the parser accepts single whitespace character; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2737 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2738 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptUntil(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2739 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token until a token of the given type is found.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2740 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2741 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2742 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptUntil(`2,`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2743 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token until a token of the given type is found and it will backup so that the next token is of the given type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2744 <param name="type1">The type of the first token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2745 <param name="type2">The type of the second token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2746 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2747 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptUntil(`2,`2,`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2748 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the given tokens until a token of the given type is found.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2749 <param name="type1">The type of the first token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2750 <param name="type2">The type of the second token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2751 <param name="type3">The type of the third token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2752 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2753 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptUntil(`2[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2754 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token until a token of the given types is found.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2755 <param name="types">The types of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2756 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2757 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhile(System.Func{`1,System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2758 <summary>Accepts token while the condition has been reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2759 <param name="condition">The condition.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2760 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2761 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhile(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2762 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the token while a token of the given type is not found.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2763 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2764 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2765 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhile(`2,`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2766 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token while the token of the given type has been reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2767 <param name="type1">The type of the first token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2768 <param name="type2">The type of the second token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2769 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2770 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhile(`2,`2,`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2771 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token while the token of the given type has been reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2772 <param name="type1">The type of the first token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2773 <param name="type2">The type of the second token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2774 <param name="type3">The type of the third token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2775 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2776 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhile(`2[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2777 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts token while the token of the given types has been reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2778 <param name="types">The types.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2779 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2780 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AcceptWhiteSpaceInLines">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2781 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts whitespace in lines.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2782 <returns>true if the parser accepts whitespace in lines; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2783 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2784 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AddMarkerSymbolIfNecessary">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2785 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2786 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2787 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AddMarkerSymbolIfNecessary(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2788 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a marker symbol if necessary.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2789 <param name="location">The location where to add the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2790 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2791 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.At(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2792 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token is at the specified type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2793 <returns>true if the token is at the specified type; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2794 <param name="type">The type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2795 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2796 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.AtIdentifier(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2797 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token is at the specified identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2798 <returns>true if the token is at the specified identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2799 <param name="allowKeywords">true to allow keywords; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2800 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2801 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Balance(System.Web.Razor.Parser.BalancingModes)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2802 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parsing is balance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2803 <returns>true if the parsing is balance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2804 <param name="mode">The balancing mode.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2805 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2806 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Balance(System.Web.Razor.Parser.BalancingModes,`2,`2,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2807 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parsing is balance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2808 <returns>true if the parsing is balance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2809 <param name="mode">The balancing mode.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2810 <param name="left">The left parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2811 <param name="right">The right parse.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2812 <param name="start">The start of the mode.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2813 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2814 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.BuildSpan(System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2815 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a specified span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2816 <param name="span">The span to build.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2817 <param name="start">The start location to build the span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2818 <param name="content">The content of the span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2819 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2820 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.ConfigureSpan(System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2821 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Configures the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2822 <param name="config">The configuration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2823 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2824 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.ConfigureSpan(System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2825 <summary>Configures the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2826 <param name="config">The configuration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2827 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2828 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2829 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current location of the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2830 <returns>The current location of the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2831 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2832 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.CurrentSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2833 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current symbol of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2834 <returns>The current symbol of this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2835 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2836 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.EndOfFile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2837 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the tokenizer is in the end of file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2838 <returns>true if the tokenizer is in the end of file; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2839 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2840 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.EnsureCurrent">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2841 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether to ensure the current parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2842 <returns>true if to ensure the current parser; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2843 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2844 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Expected(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2845 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the expected token with the given type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2846 <param name="type">The type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2847 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2848 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Expected(`2[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2849 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the expected token with the given types.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2850 <param name="types">The types.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2851 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2852 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.HandleEmbeddedTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2853 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2854 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2855 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Initialize(System.Web.Razor.Parser.SyntaxTree.SpanBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2856 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a specified span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2857 <param name="span">The span to initialize.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2858 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2859 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.IsAtEmbeddedTransition(System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2860 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether this instance is at embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2861 <returns>true if this instance is at embedded transition; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2862 <param name="allowTemplatesAndComments">true to allow templates and comments; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2863 <param name="allowTransitions">true to allow transitions; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2864 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2865 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.Language">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2866 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the language used for parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2867 <returns>The language used for parsing.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2868 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2869 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.NextIs(System.Func{`1,System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2870 <summary>Determines whether the token with the given condition would pass.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2871 <returns>true if the token with the given condition would pass; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2872 <param name="condition">The condition.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2873 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2874 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.NextIs(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2875 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token with the given type would pass.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2876 <returns>true if the token with the give type would pass; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2877 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2878 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2879 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.NextIs(`2[])">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2880 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token with the given types would pass.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2881 <returns>true if the token with the given types would pass; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2882 <param name="types">The types.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2883 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2884 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.NextToken">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2885 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser advances to the next token.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2886 <returns>true if the parser advances to the next token; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2887 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2888 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Optional(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2889 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether parsing a token with the given type is optional.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2890 <returns>true if parsing a token with the given type is optional; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2891 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2892 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2893 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Optional(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2894 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether parsing a token with the given type is optional.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2895 <returns>true if parsing a token with the given type is optional; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2896 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2897 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2898 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Output(System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2899 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with accepted characters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2900 <param name="accepts">The accepted characters.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2901 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2902 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Output(System.Web.Razor.Parser.SyntaxTree.SpanKind)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2903 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with span kind.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2904 <param name="kind">The span kind.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2905 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2906 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Output(System.Web.Razor.Parser.SyntaxTree.SpanKind,System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2907 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a token with a given span kind and accepted characters.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2908 <param name="kind">The span kind.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2909 <param name="accepts">The accepted characters.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2910 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2911 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.OutputSpanBeforeRazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2912 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Outputs a span before the razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2913 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2914 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.PreviousSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2915 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code..Gets the previous symbol of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2916 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2917 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PushSpanConfig">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2918 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2919 <returns>An <see cref="T:System.IDisposable" /> that shuts down the configuration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2920 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2921 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PushSpanConfig(System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2922 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2923 <returns>An <see cref="T:System.IDisposable" /> that shuts down the configuration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2924 <param name="newConfig">The new configuration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2925 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2926 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PushSpanConfig(System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2927 <summary>Pushes the span configuration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2928 <returns>An <see cref="T:System.IDisposable" /> that shuts down the configuration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2929 <param name="newConfig">The new configuration.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2930 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2931 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PutBack(System.Collections.Generic.IEnumerable{`1})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2932 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts the transition back.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2933 <param name="symbols">The symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2934 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2935 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PutBack(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2936 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts the transition back.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2937 <param name="symbol">The symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2938 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2939 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.PutCurrentBack">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2940 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts the current transition back.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2941 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2942 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.RazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2943 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Displays the razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2944 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2945 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.ReadWhile(System.Func{`1,System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2946 <summary>Reads a token while the condition is not reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2947 <returns>The token to read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2948 <param name="condition">The condition.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2949 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2950 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Required(`2,System.Boolean,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2951 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the expected token is required.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2952 <returns>true if the expected token is required; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2953 <param name="expected">The expected token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2954 <param name="errorIfNotFound">true to display an error if not found; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2955 <param name="errorBase">The error base.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2956 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2957 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.Span">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2958 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" /> associated with this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2959 <returns>The <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" /> associated with this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2960 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2961 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.SpanConfig">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2962 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the span configuration.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2963 <returns>The span configuration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2964 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2965 <member name="P:System.Web.Razor.Parser.TokenizerBackedParser`3.Tokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2966 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2967 <returns>The tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2968 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2969 <member name="M:System.Web.Razor.Parser.TokenizerBackedParser`3.Was(`2)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2970 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token with the given type was parsed.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2971 <returns>true if the token with the given type was parsed; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2972 <param name="type">The type of the token.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2973 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2974 <member name="T:System.Web.Razor.Parser.VBCodeParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2975 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Visual Basic code parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2976 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2977 <member name="M:System.Web.Razor.Parser.VBCodeParser.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2978 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.VBCodeParser" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2979 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2980 <member name="M:System.Web.Razor.Parser.VBCodeParser.AcceptVBSpaces">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2981 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts spaces in the VB code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2982 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2983 <member name="M:System.Web.Razor.Parser.VBCodeParser.Assert(System.Web.Razor.Tokenizer.Symbols.VBKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2984 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Checks for a condition and displays a keyword in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2985 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2986 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2987 <member name="M:System.Web.Razor.Parser.VBCodeParser.AssertDirective(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2988 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Asserts the given directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2989 <param name="directive">The directive to assert.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2990 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2991 <member name="M:System.Web.Razor.Parser.VBCodeParser.At(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2992 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the directive is ‘AT’ directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2993 <returns>true if the directive is an ‘AT’ directive; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2994 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2995 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2996 <member name="M:System.Web.Razor.Parser.VBCodeParser.At(System.Web.Razor.Tokenizer.Symbols.VBKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2997 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the given keyword is ‘AT’.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2998 <returns>true if the given keyword is ‘AT’; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
2999 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3000 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3001 <member name="M:System.Web.Razor.Parser.VBCodeParser.EndTerminatedDirective(System.String,System.Web.Razor.Parser.SyntaxTree.BlockType,System.Web.Razor.Generator.SpanCodeGenerator,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3002 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Ends a terminated directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3003 <returns>The function that ends the terminated directive.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3004 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3005 <param name="blockType">The block type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3006 <param name="codeGenerator">The code generator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3007 <param name="allowMarkup">true to allow markup; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3008 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3009 <member name="M:System.Web.Razor.Parser.VBCodeParser.EndTerminatedDirectiveBody(System.String,System.Web.Razor.Text.SourceLocation,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3010 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the termination of directive body is ended.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3011 <returns>true if the termination of directive body is ended; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3012 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3013 <param name="blockStart">The block start.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3014 <param name="allowAllTransitions">true to allow all transitions; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3015 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3016 <member name="M:System.Web.Razor.Parser.VBCodeParser.EndTerminatedStatement(System.Web.Razor.Tokenizer.Symbols.VBKeyword,System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3017 <summary>Ends a termination of statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3018 <returns>The function that ends the termination.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3019 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3020 <param name="supportsExit">true if the termination supports exit; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3021 <param name="supportsContinue">true if the termination supports continue; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3022 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3023 <member name="M:System.Web.Razor.Parser.VBCodeParser.EndTerminatedStatement(System.Web.Razor.Tokenizer.Symbols.VBKeyword,System.Boolean,System.Boolean,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3024 <summary>Ends a termination of statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3025 <returns>The function that ends the termination.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3026 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3027 <param name="supportsExit">true if the termination supports exit; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3028 <param name="supportsContinue">true if the termination supports continue; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3029 <param name="blockName">The block name.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3030 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3031 <member name="M:System.Web.Razor.Parser.VBCodeParser.HandleEmbeddedTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3032 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3033 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3034 <member name="M:System.Web.Razor.Parser.VBCodeParser.HandleEmbeddedTransition(System.Web.Razor.Tokenizer.Symbols.VBSymbol)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3035 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Handles the embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3036 <param name="lastWhiteSpace">The last white space.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3037 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3038 <member name="M:System.Web.Razor.Parser.VBCodeParser.HandleExitOrContinue(System.Web.Razor.Tokenizer.Symbols.VBKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3039 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the code that handles the Exit or Continue keyword.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3040 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3041 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3042 <member name="M:System.Web.Razor.Parser.VBCodeParser.HandleTransition(System.Web.Razor.Tokenizer.Symbols.VBSymbol)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3043 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a code that handles a transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3044 <param name="lastWhiteSpace">The last white space.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3045 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3046 <member name="M:System.Web.Razor.Parser.VBCodeParser.HelperDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3047 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the code is a helper directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3048 <returns>true if the code is a helper directive; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3049 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3050 <member name="M:System.Web.Razor.Parser.VBCodeParser.ImportsStatement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3051 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code imports a statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3052 <returns>true if the code imports a statement; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3053 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3054 <member name="M:System.Web.Razor.Parser.VBCodeParser.InheritsStatement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3055 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code inherits a statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3056 <returns>true if the code inherits a statement; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3057 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3058 <member name="M:System.Web.Razor.Parser.VBCodeParser.IsAtEmbeddedTransition(System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3059 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is at embedded transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3060 <returns>true if the code is at embedded transition; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3061 <param name="allowTemplatesAndComments">true to allow templates and comments; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3062 <param name="allowTransitions">true to allow transitions; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3063 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3064 <member name="M:System.Web.Razor.Parser.VBCodeParser.IsDirectiveDefined(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3065 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is directive defined.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3066 <returns>true if the code is directive defined; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3067 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3068 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3069 <member name="P:System.Web.Razor.Parser.VBCodeParser.Keywords">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3070 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the keywords associated with the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3071 <returns>The keywords associated with the code.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3072 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3073 <member name="M:System.Web.Razor.Parser.VBCodeParser.KeywordTerminatedStatement(System.Web.Razor.Tokenizer.Symbols.VBKeyword,System.Web.Razor.Tokenizer.Symbols.VBKeyword,System.Boolean,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3074 <summary>Indicates a keyword that terminates a statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3075 <returns>The function that terminates the statement.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3076 <param name="start">The start.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3077 <param name="terminator">The terminator.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3078 <param name="supportsExit">true if the termination supports exit; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3079 <param name="supportsContinue">true if the termination supports continue; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3080 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3081 <member name="P:System.Web.Razor.Parser.VBCodeParser.Language">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3082 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the language for the parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3083 <returns>The language for the parser.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3084 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3085 <member name="M:System.Web.Razor.Parser.VBCodeParser.LayoutDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3086 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is a layout directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3087 <returns>true if the code is a layout directive; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3088 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3089 <member name="M:System.Web.Razor.Parser.VBCodeParser.MapDirective(System.String,System.Func{System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3090 <summary>Maps a given directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3091 <param name="directive">The directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3092 <param name="action">The action whether to map a given directive.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3093 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3094 <member name="M:System.Web.Razor.Parser.VBCodeParser.MapKeyword(System.Web.Razor.Tokenizer.Symbols.VBKeyword,System.Func{System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3095 <summary>Maps a given keyword.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3096 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3097 <param name="action">The action whether to map a given keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3098 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3099 <member name="M:System.Web.Razor.Parser.VBCodeParser.NestedBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3100 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a nested block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3101 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3102 <member name="M:System.Web.Razor.Parser.VBCodeParser.Optional(System.Web.Razor.Tokenizer.Symbols.VBKeyword)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3103 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the keyword from the code is optional.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3104 <returns>true if the keyword from the code is optional; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3105 <param name="keyword">The keyword.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3106 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3107 <member name="M:System.Web.Razor.Parser.VBCodeParser.OptionStatement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3108 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is an option statement.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3109 <returns>true if the code is an option statement; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3110 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3111 <member name="P:System.Web.Razor.Parser.VBCodeParser.OtherParser">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3112 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3113 <returns>The other parser.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3114 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3115 <member name="M:System.Web.Razor.Parser.VBCodeParser.OtherParserBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3116 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3117 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3118 <member name="M:System.Web.Razor.Parser.VBCodeParser.OtherParserBlock(System.String,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3119 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3120 <param name="startSequence">The start sequence.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3121 <param name="endSequence">The end sequence.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3122 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3123 <member name="M:System.Web.Razor.Parser.VBCodeParser.OutputSpanBeforeRazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3124 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Spans the output before Razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3125 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3126 <member name="M:System.Web.Razor.Parser.VBCodeParser.ParseBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3127 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Blocks the parsing.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3128 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3129 <member name="M:System.Web.Razor.Parser.VBCodeParser.ReadVBSpaces">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3130 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads a list of Visual Basic spaces.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3131 <returns>A list of Visual Basic spaces.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3132 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3133 <member name="M:System.Web.Razor.Parser.VBCodeParser.Required(System.Web.Razor.Tokenizer.Symbols.VBSymbolType,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3134 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the expected symbol is required.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3135 <returns>true if the expected symbol is required; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3136 <param name="expected">The expected symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3137 <param name="errorBase">The error base.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3138 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3139 <member name="M:System.Web.Razor.Parser.VBCodeParser.ReservedWord">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3140 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is a reserved word.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3141 <returns>true if the code is a reserved word; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3142 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3143 <member name="M:System.Web.Razor.Parser.VBCodeParser.SectionDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3144 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code is a section directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3145 <returns>true if the code is a section directive; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3146 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3147 <member name="M:System.Web.Razor.Parser.VBCodeParser.SessionStateDirective">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3148 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code has a session state directive.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3149 <returns>true if the code has a session state directive; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3150 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3151 <member name="T:System.Web.Razor.Parser.VBLanguageCharacteristics">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3152 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the characteristics of the Visual Basic language.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3153 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3154 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.CreateMarkerSymbol(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3155 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Visual Basic marker symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3156 <returns>The created Visual Basic marker symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3157 <param name="location">The location to create the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3158 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3159 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3160 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Visual Basic symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3161 <returns>The created <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3162 <param name="location">The location to create the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3163 <param name="content">The content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3164 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3165 <param name="errors">The errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3166 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3167 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.CreateTokenizer(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3168 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Visual Basic tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3169 <returns>The created <see cref="T:System.Web.Razor.Tokenizer.VBTokenizer" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3170 <param name="source">The source where to create the tokenizer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3171 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3172 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.FlipBracket(System.Web.Razor.Tokenizer.Symbols.VBSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3173 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Flips the given bracket.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3174 <returns>The type of the Visual Basic symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3175 <param name="bracket">The bracket to flip.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3176 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3177 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.GetKnownSymbolType(System.Web.Razor.Tokenizer.Symbols.KnownSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3178 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the type of the known symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3179 <returns>The type of the known symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3180 <param name="type">The type to retrieve.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3181 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3182 <member name="M:System.Web.Razor.Parser.VBLanguageCharacteristics.GetSample(System.Web.Razor.Tokenizer.Symbols.VBSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3183 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol with the given type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3184 <returns>A sample symbol with the given type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3185 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3186 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3187 <member name="P:System.Web.Razor.Parser.VBLanguageCharacteristics.Instance">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3188 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets an instance of this <see cref="T:System.Web.Razor.Parser.VBLanguageCharacteristics" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3189 <returns>An instance of <see cref="T:System.Web.Razor.Parser.VBLanguageCharacteristics" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3190 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3191 <member name="T:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3192 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3193 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3194 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.AllWhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3195 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3196 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3197 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.Any">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3198 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3199 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3200 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.AnyExceptNewline">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3201 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3202 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3203 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.NewLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3204 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3205 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3206 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.None">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3207 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3208 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3209 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.NonWhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3210 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3211 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3212 <member name="F:System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters.WhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3213 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3214 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3215 <member name="T:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3216 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the auto-complete editing handler class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3217 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3218 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3219 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3220 <param name="tokenizer">The tokenizer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3221 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3222 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.#ctor(System.Func{System.String,System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}},System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3223 <summary>Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3224 <param name="tokenizer">The tokenizer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3225 <param name="accepted">The accepted characters.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3226 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3227 <member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteAtEndOfSpan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3228 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the auto-complete function is at the end of this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3229 <returns>true if the auto-complete function is at the end of this span; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3230 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3231 <member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3232 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a string value to auto-complete.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3233 <returns>A string value to auto-complete.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3234 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3235 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.CanAcceptChange(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3236 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a parse result that can accept changes.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3237 <param name="target">The phase of the target.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3238 <param name="normalizedChange">The normalized <see cref="T:System.Web.Razor.Text.TextChange" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3239 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3240 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3241 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3242 <returns>true if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3243 <param name="obj">The object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3244 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3245 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3246 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3247 <returns>A 32-bit signed integer that is the hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3248 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3249 <member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3250 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the fully qualified type name of this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3251 <returns>A String containing a fully qualified type name.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3252 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3253 <member name="T:System.Web.Razor.Parser.SyntaxTree.Block">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3254 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block for creating webpages.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3255 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3256 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.#ctor(System.Web.Razor.Parser.SyntaxTree.BlockBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3257 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.Block" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3258 <param name="source">The source for the block builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3259 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3260 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.Accept(System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3261 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the parser visitor of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3262 <param name="visitor">The parser visitor.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3263 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3264 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.Children">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3265 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a collection of SyntaxTreeNode to view the children of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3266 <returns>A collection of SyntaxTreeNode to view the children of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3267 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3268 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.CodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3269 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the IBlockCodeGenerator to generate codes for the elements.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3270 <returns>The IBlockCodeGenerator to generate codes for the elements.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3271 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3272 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3273 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3274 <returns>true if the specified object is equal to the current block; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3275 <param name="obj">The object to compare with the current object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3276 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3277 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.EquivalentTo(System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3278 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a value indicating whether the block is equivalent to the same element.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3279 <returns>true if the block is equivalent to the same element; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3280 <param name="node">The syntax tree node.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3281 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3282 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.FindFirstDescendentSpan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3283 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Finds the first descendent span of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3284 <returns>The first descendent span of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3285 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3286 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.FindLastDescendentSpan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3287 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Finds the last descendent span of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3288 <returns>The last descendent span of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3289 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3290 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.Flatten">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3291 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Flattens a collection of a specified type for the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3292 <returns>A collection of a specified type for the block to flatten.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3293 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3294 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3295 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3296 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3297 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3298 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.IsBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3299 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the object is a block-level object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3300 <returns>true if the object is a block-level object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3301 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3302 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3303 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the length value of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3304 <returns>The length value of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3305 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3306 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.LocateOwner(System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3307 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Locates the owner of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3308 <returns>The owner of the block to locate.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3309 <param name="change">The text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3310 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3311 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3312 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the string name of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3313 <returns>The string name of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3314 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3315 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3316 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the start to identify the specific location of the block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3317 <returns>The start to identify the specific location of the block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3318 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3319 <member name="M:System.Web.Razor.Parser.SyntaxTree.Block.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3320 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string that represents the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3321 <returns>A string that represents the current object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3322 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3323 <member name="P:System.Web.Razor.Parser.SyntaxTree.Block.Type">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3324 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of code block.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3325 <returns>The type of code block.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3326 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3327 <member name="T:System.Web.Razor.Parser.SyntaxTree.BlockBuilder">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3328 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block builder for the webpages.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3329 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3330 <member name="M:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3331 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.BlockBuilder" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3332 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3333 <member name="M:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.#ctor(System.Web.Razor.Parser.SyntaxTree.Block)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3334 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.BlockBuilder" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3335 <param name="original">The original block builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3336 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3337 <member name="M:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.Build">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3338 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a block for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3339 <returns>A block builds for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3340 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3341 <member name="P:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.Children">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3342 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of child elements of the block builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3343 <returns>The collection of child elements of the block builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3344 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3345 <member name="P:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.CodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3346 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the code generator for the block builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3347 <returns>The code generator for the block builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3348 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3349 <member name="P:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.Name">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3350 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the string name for the block builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3351 <returns>The string name for the block builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3352 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3353 <member name="M:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.Reset">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3354 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Resets the block builder to its original position.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3355 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3356 <member name="P:System.Web.Razor.Parser.SyntaxTree.BlockBuilder.Type">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3357 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a block type that can be assigned null.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3358 <returns>A block type that can be assigned null.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3359 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3360 <member name="T:System.Web.Razor.Parser.SyntaxTree.BlockType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3361 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3362 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3363 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Comment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3364 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3365 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3366 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Directive">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3367 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3368 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3369 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Expression">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3370 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3371 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3372 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Functions">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3373 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3374 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3375 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Helper">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3376 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3377 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3378 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Markup">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3379 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3380 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3381 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Section">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3382 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3383 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3384 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Statement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3385 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3386 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3387 <member name="F:System.Web.Razor.Parser.SyntaxTree.BlockType.Template">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3388 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3389 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3390 <member name="T:System.Web.Razor.Parser.SyntaxTree.RazorError">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3391 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parsing error in Razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3392 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3393 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.#ctor(System.String,System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3394 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.RazorError" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3395 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3396 <param name="absoluteIndex">The absolute index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3397 <param name="lineIndex">The line index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3398 <param name="columnIndex">The column index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3399 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3400 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3401 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.RazorError" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3402 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3403 <param name="absoluteIndex">The absolute index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3404 <param name="lineIndex">The line index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3405 <param name="columnIndex">The column index of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3406 <param name="length">The length for the error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3407 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3408 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.#ctor(System.String,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3409 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.RazorError" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3410 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3411 <param name="location">The source location of the error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3412 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3413 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.#ctor(System.String,System.Web.Razor.Text.SourceLocation,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3414 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.RazorError" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3415 <param name="message">The error message.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3416 <param name="location">The source location of the error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3417 <param name="length">The length for the error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3418 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3419 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3420 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3421 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3422 <param name="obj">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3423 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3424 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.Equals(System.Web.Razor.Parser.SyntaxTree.RazorError)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3425 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3426 <returns>true if the specified object is equal to this instance; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3427 <param name="other">The object to compare to this instance.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3428 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3429 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3430 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3431 <returns>The hash code for the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3432 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3433 <member name="P:System.Web.Razor.Parser.SyntaxTree.RazorError.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3434 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the length for the error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3435 <returns>The length for the error.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3436 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3437 <member name="P:System.Web.Razor.Parser.SyntaxTree.RazorError.Location">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3438 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the source location of the error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3439 <returns>The source location of the error.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3440 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3441 <member name="P:System.Web.Razor.Parser.SyntaxTree.RazorError.Message">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3442 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the error message.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3443 <returns>The error message.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3444 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3445 <member name="M:System.Web.Razor.Parser.SyntaxTree.RazorError.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3446 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of this error instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3447 <returns>The string representation of this error instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3448 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3449 <member name="T:System.Web.Razor.Parser.SyntaxTree.Span">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3450 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor parse tree node that contains the all the content of a block node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3451 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3452 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.#ctor(System.Web.Razor.Parser.SyntaxTree.SpanBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3453 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.Span" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3454 <param name="builder">The builder to use for this span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3455 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3456 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.Accept(System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3457 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Accepts visit from the specified visitor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3458 <param name="visitor">The object that performs the visit.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3459 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3460 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.Change(System.Action{System.Web.Razor.Parser.SyntaxTree.SpanBuilder})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3461 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Changes the span builder for this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3462 <param name="changes">A delegate that will be executed along with this change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3463 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3464 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.ChangeStart(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3465 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Sets the start character location of this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3466 <param name="newStart">The new start location to set for this span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3467 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3468 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.CodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3469 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the code generator for the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3470 <returns>The code generator for the span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3471 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3472 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Content">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3473 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the content of the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3474 <returns>The content of the span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3475 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3476 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.EditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3477 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the handler for span edits.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3478 <returns>The handler for span edits.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3479 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3480 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3481 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified object is equal to this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3482 <returns>true if the specified object is equal to this span; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3483 <param name="obj">The object to compare to this span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3484 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3485 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.EquivalentTo(System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3486 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified node is equivalent to this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3487 <returns>true if the specified node is equal to this span; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3488 <param name="node">The node to compare with this span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3489 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3490 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3491 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this current span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3492 <returns>The hash code for this current span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3493 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3494 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.IsBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3495 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether this node is a block node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3496 <returns>false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3497 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3498 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Kind">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3499 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the kind for this span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3500 <returns>One of the values of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanKind" /> enumeration.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3501 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3502 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3503 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the length of the span content.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3504 <returns>The length of the span content.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3505 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3506 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Next">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3507 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the next span in the tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3508 <returns>The next span in the tree node.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3509 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3510 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Previous">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3511 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the previous span in the tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3512 <returns>The previous span in the tree node.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3513 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3514 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.ReplaceWith(System.Web.Razor.Parser.SyntaxTree.SpanBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3515 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Replaces the span builder for this span with the specified span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3516 <param name="builder">The new builder to use for this span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3517 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3518 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3519 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the start character location of the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3520 <returns>The start character location of the span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3521 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3522 <member name="P:System.Web.Razor.Parser.SyntaxTree.Span.Symbols">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3523 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the symbols used to generate the code for the span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3524 <returns>The symbols used to generate the code for the span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3525 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3526 <member name="M:System.Web.Razor.Parser.SyntaxTree.Span.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3527 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of this current span.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3528 <returns>The string representation of this current span.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3529 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3530 <member name="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3531 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the span builder for the syntax tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3532 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3533 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3534 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3535 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3536 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.#ctor(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3537 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SpanBuilder" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3538 <param name="original">The original span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3539 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3540 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Accept(System.Web.Razor.Tokenizer.Symbols.ISymbol)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3541 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the given symbol for the span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3542 <param name="symbol">The symbol builder.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3543 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3544 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Build">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3545 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a span builder for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3546 <returns>A span builder for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3547 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3548 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.ClearSymbols">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3549 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Clears the symbols of the span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3550 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3551 <member name="P:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.CodeGenerator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3552 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the span code generator.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3553 <returns>The span code generator.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3554 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3555 <member name="P:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.EditHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3556 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the span edit handler of the builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3557 <returns>The span edit handler of the builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3558 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3559 <member name="P:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Kind">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3560 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the span kind of the span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3561 <returns>The span kind of the span builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3562 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3563 <member name="M:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Reset">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3564 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Resets the span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3565 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3566 <member name="P:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3567 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the source location of the span builder.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3568 <returns>The source location of the span builder.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3569 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3570 <member name="P:System.Web.Razor.Parser.SyntaxTree.SpanBuilder.Symbols">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3571 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the symbols for a generic read-only collection.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3572 <returns>The symbols for a generic read-only collection.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3573 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3574 <member name="T:System.Web.Razor.Parser.SyntaxTree.SpanKind">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3575 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3576 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3577 <member name="F:System.Web.Razor.Parser.SyntaxTree.SpanKind.Code">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3578 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3579 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3580 <member name="F:System.Web.Razor.Parser.SyntaxTree.SpanKind.Comment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3581 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3582 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3583 <member name="F:System.Web.Razor.Parser.SyntaxTree.SpanKind.Markup">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3584 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3585 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3586 <member name="F:System.Web.Razor.Parser.SyntaxTree.SpanKind.MetaCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3587 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3588 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3589 <member name="F:System.Web.Razor.Parser.SyntaxTree.SpanKind.Transition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3590 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3591 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3592 <member name="T:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3593 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the node for the syntax tree.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3594 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3595 <member name="M:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3596 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3597 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3598 <member name="M:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.Accept(System.Web.Razor.Parser.ParserVisitor)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3599 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the visitor of the tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3600 <param name="visitor">The parser visitor.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3601 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3602 <member name="M:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.EquivalentTo(System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3603 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the syntax tree node is equivalent to given node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3604 <returns>true the syntax tree node is equivalent to given node; false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3605 <param name="node">The given node.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3606 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3607 <member name="P:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.IsBlock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3608 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the syntax tree node is a block-level object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3609 <returns>true if the syntax tree node is a block-level object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3610 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3611 <member name="P:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3612 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the length of the syntax tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3613 <returns>The length of the syntax tree node.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3614 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3615 <member name="P:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.Parent">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3616 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the parent tree node of the current tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3617 <returns>The parent tree node of the current tree node.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3618 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3619 <member name="P:System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3620 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specific source location for the syntax tree node.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3621 <returns>The specific source location for the syntax tree node.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3622 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3623 <member name="T:System.Web.Razor.Text.BufferingTextReader">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3624 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides a lookahead buffer for the text reader.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3625 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3626 <member name="M:System.Web.Razor.Text.BufferingTextReader.#ctor(System.IO.TextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3627 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.BufferingTextReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3628 <param name="source">The text reader for the buffer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3629 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3630 <member name="M:System.Web.Razor.Text.BufferingTextReader.BeginLookahead">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3631 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Begins the lookahead buffering operation for this <see cref="T:System.Web.Razor.Text.BufferingTextReader" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3632 <returns>A disposable action that ends the lookahead buffering.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3633 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3634 <member name="M:System.Web.Razor.Text.BufferingTextReader.CancelBacktrack">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3635 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Discards the backtrack context associated the lookahead buffering operation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3636 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3637 <member name="P:System.Web.Razor.Text.BufferingTextReader.CurrentCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3638 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets the current character in the buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3639 <returns>The current character in the buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3640 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3641 <member name="P:System.Web.Razor.Text.BufferingTextReader.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3642 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the current location of the character in the buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3643 <returns>The current location of the character in the buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3644 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3645 <member name="M:System.Web.Razor.Text.BufferingTextReader.Dispose(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3646 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Releases the unmanaged resources used by the current instance of this class, and optionally releases the managed resources.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3647 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3648 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3649 <member name="M:System.Web.Razor.Text.BufferingTextReader.ExpandBuffer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3650 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Reads the next character from the text reader and appends it to the lookahead buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3651 <returns>true if a character was read from the text reader; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3652 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3653 <member name="M:System.Web.Razor.Text.BufferingTextReader.NextCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3654 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Advances the buffer position to the next character.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3655 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3656 <member name="M:System.Web.Razor.Text.BufferingTextReader.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3657 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the current character in the buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3658 <returns>The current character in the buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3659 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3660 <member name="M:System.Web.Razor.Text.BufferingTextReader.Read">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3661 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the current character from the buffer and advances the buffer position to the next character.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3662 <returns>The current character from the buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3663 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3664 <member name="T:System.Web.Razor.Text.ITextBuffer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3665 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3666 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3667 <member name="P:System.Web.Razor.Text.ITextBuffer.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3668 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3669 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3670 <member name="M:System.Web.Razor.Text.ITextBuffer.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3671 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3672 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3673 <member name="P:System.Web.Razor.Text.ITextBuffer.Position">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3674 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3675 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3676 <member name="M:System.Web.Razor.Text.ITextBuffer.Read">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3677 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3678 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3679 <member name="T:System.Web.Razor.Text.ITextDocument">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3680 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3681 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3682 <member name="P:System.Web.Razor.Text.ITextDocument.Location">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3683 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3684 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3685 <member name="T:System.Web.Razor.Text.LocationTagged`1">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3686 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a location tagged.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3687 <typeparam name="T">The type of the location tagged.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3688 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3689 <member name="M:System.Web.Razor.Text.LocationTagged`1.#ctor(`0,System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3690 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.LocationTagged`1" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3691 <param name="value">The value of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3692 <param name="offset">The offset.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3693 <param name="line">The line.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3694 <param name="col">The column location of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3695 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3696 <member name="M:System.Web.Razor.Text.LocationTagged`1.#ctor(`0,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3697 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.LocationTagged`1" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3698 <param name="value">The value of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3699 <param name="location">The location of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3700 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3701 <member name="M:System.Web.Razor.Text.LocationTagged`1.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3702 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3703 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3704 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3705 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3706 <member name="M:System.Web.Razor.Text.LocationTagged`1.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3707 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3708 <returns>The hash code for the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3709 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3710 <member name="P:System.Web.Razor.Text.LocationTagged`1.Location">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3711 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the location of the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3712 <returns>The location of the source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3713 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3714 <member name="M:System.Web.Razor.Text.LocationTagged`1.op_Equality(System.Web.Razor.Text.LocationTagged{`0},System.Web.Razor.Text.LocationTagged{`0})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3715 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two <see cref="T:System.Web.Razor.Text.LocationTagged{`0}" /> object are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3716 <returns>true if the two object are equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3717 <param name="left">The first object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3718 <param name="right">The second object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3719 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3720 <member name="M:System.Web.Razor.Text.LocationTagged`1.op_Implicit(System.Web.Razor.Text.LocationTagged{`0})~`0">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3721 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the specified value to a <see cref="T:System.Web.Razor.Text.LocationTagged`1" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3722 <returns>true if successfully converted; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3723 <param name="value">The value to convert.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3724 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3725 <member name="M:System.Web.Razor.Text.LocationTagged`1.op_Inequality(System.Web.Razor.Text.LocationTagged{`0},System.Web.Razor.Text.LocationTagged{`0})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3726 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two <see cref="T:System.Web.Razor.Text.LocationTagged{`0}" /> object are not equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3727 <returns>true if the two object are not equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3728 <param name="left">The first object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3729 <param name="right">The second objet to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3730 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3731 <member name="M:System.Web.Razor.Text.LocationTagged`1.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3732 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3733 <returns>The string that represents the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3734 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3735 <member name="M:System.Web.Razor.Text.LocationTagged`1.ToString(System.String,System.IFormatProvider)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3736 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3737 <returns>A string that represents the current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3738 <param name="format">The format.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3739 <param name="formatProvider">The format provider.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3740 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3741 <member name="P:System.Web.Razor.Text.LocationTagged`1.Value">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3742 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the value of the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3743 <returns>The value of the source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3744 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3745 <member name="T:System.Web.Razor.Text.LookaheadTextReader">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3746 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3747 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3748 <member name="M:System.Web.Razor.Text.LookaheadTextReader.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3749 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3750 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3751 <member name="M:System.Web.Razor.Text.LookaheadTextReader.BeginLookahead">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3752 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3753 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3754 <member name="M:System.Web.Razor.Text.LookaheadTextReader.CancelBacktrack">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3755 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3756 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3757 <member name="P:System.Web.Razor.Text.LookaheadTextReader.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3758 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3759 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3760 <member name="T:System.Web.Razor.Text.LookaheadToken">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3761 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the token to look for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3762 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3763 <member name="M:System.Web.Razor.Text.LookaheadToken.#ctor(System.Action)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3764 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.LookaheadToken" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3765 <param name="cancelAction">The action to cancel.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3766 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3767 <member name="M:System.Web.Razor.Text.LookaheadToken.Accept">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3768 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the token.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3769 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3770 <member name="M:System.Web.Razor.Text.LookaheadToken.Dispose">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3771 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the resources used by the current instance of the <see cref="T:System.Web.Razor.Text.LookaheadToken" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3772 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3773 <member name="M:System.Web.Razor.Text.LookaheadToken.Dispose(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3774 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the <see cref="T:System.Web.Razor.Text.LookaheadToken" /> and optionally releases the managed resources.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3775 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3776 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3777 <member name="T:System.Web.Razor.Text.SeekableTextReader">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3778 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a reader </summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3779 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3780 <member name="M:System.Web.Razor.Text.SeekableTextReader.#ctor(System.IO.TextReader)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3781 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SeekableTextReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3782 <param name="source">The source reader.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3783 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3784 <member name="M:System.Web.Razor.Text.SeekableTextReader.#ctor(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3785 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SeekableTextReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3786 <param name="content">The string content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3787 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3788 <member name="M:System.Web.Razor.Text.SeekableTextReader.#ctor(System.Web.Razor.Text.ITextBuffer)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3789 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SeekableTextReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3790 <param name="buffer">The text buffering.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3791 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3792 <member name="P:System.Web.Razor.Text.SeekableTextReader.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3793 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the length of the text to read.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3794 <returns>The length of the text to read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3795 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3796 <member name="P:System.Web.Razor.Text.SeekableTextReader.Location">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3797 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of location for the text reader.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3798 <returns>The source of location for the text reader.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3799 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3800 <member name="M:System.Web.Razor.Text.SeekableTextReader.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3801 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the next character without changing the state of the reader or the character source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3802 <returns>An integer representing the next character to be read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3803 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3804 <member name="P:System.Web.Razor.Text.SeekableTextReader.Position">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3805 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the position to seek the text reader.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3806 <returns>The position to seek the text reader.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3807 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3808 <member name="M:System.Web.Razor.Text.SeekableTextReader.Read">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3809 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the next character from the text reader and advances the character position by one character.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3810 <returns>The next character from the text reader, or -1 if no more characters are available.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3811 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3812 <member name="T:System.Web.Razor.Text.SourceLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3813 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3814 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3815 <member name="M:System.Web.Razor.Text.SourceLocation.#ctor(System.Int32,System.Int32,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3816 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SourceLocation" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3817 <param name="absoluteIndex">The absolute index.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3818 <param name="lineIndex">The line index.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3819 <param name="characterIndex">The character index.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3820 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3821 <member name="P:System.Web.Razor.Text.SourceLocation.AbsoluteIndex">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3822 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the absolute index for the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3823 <returns>The absolute index for the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3824 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3825 <member name="M:System.Web.Razor.Text.SourceLocation.Add(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3826 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds the two <see cref="T:System.Web.Razor.Text.SourceLocation" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3827 <returns>The sum of the two <see cref="T:System.Web.Razor.Text.SourceLocation" /> object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3828 <param name="left">The first object to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3829 <param name="right">The second object to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3830 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3831 <member name="M:System.Web.Razor.Text.SourceLocation.Advance(System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3832 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Advances the specified object to the given location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3833 <returns>The source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3834 <param name="left">The location where to advance the object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3835 <param name="text">The text that advances to the given location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3836 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3837 <member name="P:System.Web.Razor.Text.SourceLocation.CharacterIndex">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3838 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the character index for the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3839 <returns>The character index for the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3840 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3841 <member name="M:System.Web.Razor.Text.SourceLocation.CompareTo(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3842 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Compares current object to the other object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3843 <returns>The value of the objects compared.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3844 <param name="other">The object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3845 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3846 <member name="M:System.Web.Razor.Text.SourceLocation.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3847 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3848 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3849 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3850 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3851 <member name="M:System.Web.Razor.Text.SourceLocation.Equals(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3852 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the current <see cref="T:System.Web.Razor.Text.SourceLocation" /> object is equal to the other <see cref="T:System.Web.Razor.Text.SourceLocation" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3853 <returns>true if the current object is equal to the other object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3854 <param name="other">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3855 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3856 <member name="M:System.Web.Razor.Text.SourceLocation.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3857 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3858 <returns>The hash code for this instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3859 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3860 <member name="P:System.Web.Razor.Text.SourceLocation.LineIndex">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3861 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the line index for the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3862 <returns>The line index for the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3863 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3864 <member name="M:System.Web.Razor.Text.SourceLocation.op_Addition(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3865 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds the two <see cref="T:System.Web.Razor.Text.SourceLocation" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3866 <returns>The <see cref="T:System.Web.Razor.Text.SourceLocation" /> that is the sum of the two object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3867 <param name="left">The object to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3868 <param name="right">The object to add.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3869 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3870 <member name="M:System.Web.Razor.Text.SourceLocation.op_Equality(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3871 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two objects are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3872 <returns>true if the two objects are equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3873 <param name="left">The first object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3874 <param name="right">The second object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3875 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3876 <member name="M:System.Web.Razor.Text.SourceLocation.op_GreaterThan(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3877 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the first object is greater than the second object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3878 <returns>true if the first object is greater than the second object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3879 <param name="left">The first object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3880 <param name="right">The second object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3881 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3882 <member name="M:System.Web.Razor.Text.SourceLocation.op_Inequality(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3883 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two <see cref="T:System.Web.Razor.Text.SourceLocation" />object are not equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3884 <returns>true if the two objects are not equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3885 <param name="left">The object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3886 <param name="right">The object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3887 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3888 <member name="M:System.Web.Razor.Text.SourceLocation.op_LessThan(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3889 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the first object is less than the second object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3890 <returns>true if the first object is greater than the second object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3891 <param name="left">The first object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3892 <param name="right">The second object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3893 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3894 <member name="M:System.Web.Razor.Text.SourceLocation.op_Subtraction(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3895 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3896 <returns>Returns <see cref="T:System.Web.Razor.Text.SourceLocation" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3897 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3898 <member name="M:System.Web.Razor.Text.SourceLocation.Subtract(System.Web.Razor.Text.SourceLocation,System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3899 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Subtracts the first object to the second object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3900 <returns>The difference of the two objects.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3901 <param name="left">The first object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3902 <param name="right">The second object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3903 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3904 <member name="M:System.Web.Razor.Text.SourceLocation.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3905 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3906 <returns>A string representation of the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3907 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3908 <member name="F:System.Web.Razor.Text.SourceLocation.Undefined">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3909 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3910 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3911 <member name="F:System.Web.Razor.Text.SourceLocation.Zero">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3912 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3913 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3914 <member name="T:System.Web.Razor.Text.SourceLocationTracker">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3915 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides a source location tracker.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3916 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3917 <member name="M:System.Web.Razor.Text.SourceLocationTracker.#ctor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3918 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SourceLocationTracker" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3919 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3920 <member name="M:System.Web.Razor.Text.SourceLocationTracker.#ctor(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3921 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.SourceLocationTracker" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3922 <param name="currentLocation">The current location of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3923 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3924 <member name="M:System.Web.Razor.Text.SourceLocationTracker.CalculateNewLocation(System.Web.Razor.Text.SourceLocation,System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3925 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Calculates the new location of the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3926 <returns>The new source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3927 <param name="lastPosition">The last position.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3928 <param name="newContent">The new content.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3929 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3930 <member name="P:System.Web.Razor.Text.SourceLocationTracker.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3931 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current location of the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3932 <returns>The current location of the source.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3933 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3934 <member name="M:System.Web.Razor.Text.SourceLocationTracker.UpdateLocation(System.Char,System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3935 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3936 <param name="characterRead">The character to read.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3937 <param name="nextCharacter">The character to update.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3938 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3939 <member name="M:System.Web.Razor.Text.SourceLocationTracker.UpdateLocation(System.String)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3940 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the location of the source.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3941 <returns>The <see cref="T:System.Web.Razor.Text.SourceLocationTracker" /> object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3942 <param name="content">The content of the source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3943 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3944 <member name="T:System.Web.Razor.Text.TextBufferReader">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3945 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides a reader for text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3946 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3947 <member name="M:System.Web.Razor.Text.TextBufferReader.#ctor(System.Web.Razor.Text.ITextBuffer)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3948 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.TextBufferReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3949 <param name="buffer">The text buffer to read.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3950 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3951 <member name="M:System.Web.Razor.Text.TextBufferReader.BeginLookahead">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3952 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Begins reading the current text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3953 <returns>An <see cref="T:System.IDisposable" /> instance that stops the text buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3954 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3955 <member name="M:System.Web.Razor.Text.TextBufferReader.CancelBacktrack">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3956 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Cancels backtrack.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3957 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3958 <member name="P:System.Web.Razor.Text.TextBufferReader.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3959 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current location of the text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3960 <returns>The current location of the text buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3961 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3962 <member name="M:System.Web.Razor.Text.TextBufferReader.Dispose(System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3963 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the <see cref="T:System.Web.Razor.Text.TextBufferReader" /> class and optionally releases the managed resources.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3964 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3965 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3966 <member name="M:System.Web.Razor.Text.TextBufferReader.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3967 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the next text buffer to read.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3968 <returns>The next text buffer to read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3969 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3970 <member name="M:System.Web.Razor.Text.TextBufferReader.Read">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3971 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the current text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3972 <returns>The current text buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3973 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3974 <member name="T:System.Web.Razor.Text.TextChange">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3975 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Describes a text change operation.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3976 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3977 <member name="M:System.Web.Razor.Text.TextChange.#ctor(System.Int32,System.Int32,System.Web.Razor.Text.ITextBuffer,System.Int32,System.Int32,System.Web.Razor.Text.ITextBuffer)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3978 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.TextChange" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3979 <param name="oldPosition">The position of the text change in the snapshot immediately before the change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3980 <param name="oldLength">The length of the old text.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3981 <param name="oldBuffer">An old text buffer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3982 <param name="newPosition">The position of the text change in the snapshot immediately after the change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3983 <param name="newLength">The length of the new text.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3984 <param name="newBuffer">A new text buffer.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3985 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3986 <member name="M:System.Web.Razor.Text.TextChange.ApplyChange(System.String,System.Int32)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3987 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Applies the specified text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3988 <returns>A string that contains the value of the text.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3989 <param name="content">The content of the text.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3990 <param name="changeOffset">The change offset.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3991 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3992 <member name="M:System.Web.Razor.Text.TextChange.ApplyChange(System.Web.Razor.Parser.SyntaxTree.Span)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3993 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Applies the specified text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3994 <returns>A string that contains the value of the text.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3995 <param name="span">The span of the text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3996 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3997 <member name="M:System.Web.Razor.Text.TextChange.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3998 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
3999 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4000 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4001 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4002 <member name="M:System.Web.Razor.Text.TextChange.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4003 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the hash code for this text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4004 <returns>The hash code for this text change.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4005 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4006 <member name="P:System.Web.Razor.Text.TextChange.IsDelete">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4007 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether this text change is a delete.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4008 <returns>true if this text change is a delete; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4009 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4010 <member name="P:System.Web.Razor.Text.TextChange.IsInsert">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4011 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether this text change is an insert.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4012 <returns>true if this text change is an insert; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4013 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4014 <member name="P:System.Web.Razor.Text.TextChange.IsReplace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4015 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether this text change is a replace.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4016 <returns>true if this text change is a replace; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4017 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4018 <member name="P:System.Web.Razor.Text.TextChange.NewBuffer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4019 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a new text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4020 <returns>A new text buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4021 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4022 <member name="P:System.Web.Razor.Text.TextChange.NewLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4023 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of the new text.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4024 <returns>The length of the new text.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4025 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4026 <member name="P:System.Web.Razor.Text.TextChange.NewPosition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4027 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the position of the text change in the snapshot immediately after the change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4028 <returns>The position of the text change in the snapshot immediately after the change.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4029 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4030 <member name="P:System.Web.Razor.Text.TextChange.NewText">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4031 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the text that replaced the old text.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4032 <returns>The text that replaced the old text.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4033 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4034 <member name="M:System.Web.Razor.Text.TextChange.Normalize">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4035 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a normalized value of this text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4036 <returns>A normalized value of this text change.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4037 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4038 <member name="P:System.Web.Razor.Text.TextChange.OldBuffer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4039 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets an old text buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4040 <returns>An old text buffer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4041 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4042 <member name="P:System.Web.Razor.Text.TextChange.OldLength">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4043 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of the old text.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4044 <returns>The length of the old text.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4045 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4046 <member name="P:System.Web.Razor.Text.TextChange.OldPosition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4047 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the position of the text change in the snapshot immediately before the change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4048 <returns>The position of the text change in the snapshot immediately before the change.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4049 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4050 <member name="P:System.Web.Razor.Text.TextChange.OldText">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4051 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the text that was replaced.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4052 <returns>The text that was replaced.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4053 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4054 <member name="M:System.Web.Razor.Text.TextChange.op_Equality(System.Web.Razor.Text.TextChange,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4055 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two text change are equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4056 <returns>true if the two text change are equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4057 <param name="left">The left text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4058 <param name="right">The right text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4059 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4060 <member name="M:System.Web.Razor.Text.TextChange.op_Inequality(System.Web.Razor.Text.TextChange,System.Web.Razor.Text.TextChange)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4061 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two text change are not equal.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4062 <returns>true if the two text change are not equal; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4063 <param name="left">The left text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4064 <param name="right">The right text change.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4065 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4066 <member name="M:System.Web.Razor.Text.TextChange.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4067 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the text change.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4068 <returns>A string representation of the text change.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4069 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4070 <member name="T:System.Web.Razor.Text.TextChangeType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4071 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4072 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4073 <member name="F:System.Web.Razor.Text.TextChangeType.Insert">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4074 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4075 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4076 <member name="F:System.Web.Razor.Text.TextChangeType.Remove">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4077 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4078 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4079 <member name="T:System.Web.Razor.Text.TextDocumentReader">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4080 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides reader for text document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4081 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4082 <member name="M:System.Web.Razor.Text.TextDocumentReader.#ctor(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4083 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Text.TextDocumentReader" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4084 <param name="source">The source to read.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4085 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4086 <member name="P:System.Web.Razor.Text.TextDocumentReader.Length">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4087 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the length of the document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4088 <returns>The length of the document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4089 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4090 <member name="P:System.Web.Razor.Text.TextDocumentReader.Location">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4091 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the location of the document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4092 <returns>The location of the document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4093 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4094 <member name="M:System.Web.Razor.Text.TextDocumentReader.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4095 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the next text document to read.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4096 <returns>The next text document to read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4097 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4098 <member name="P:System.Web.Razor.Text.TextDocumentReader.Position">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4099 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the position of the text document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4100 <returns>The position of the text document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4101 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4102 <member name="M:System.Web.Razor.Text.TextDocumentReader.Read">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4103 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads a specified text document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4104 <returns>The text document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4105 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4106 <member name="T:System.Web.Razor.Tokenizer.CSharpHelpers">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4107 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides helper functions for the CSharp tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4108 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4109 <member name="M:System.Web.Razor.Tokenizer.CSharpHelpers.IsIdentifierPart(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4110 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character can be used for identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4111 <returns>true if the specified character can be used for identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4112 <param name="character">The character to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4113 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4114 <member name="M:System.Web.Razor.Tokenizer.CSharpHelpers.IsIdentifierStart(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4115 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character can be used as an identifier start character.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4116 <returns>true if the specified character can be used as an identifier start character; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4117 <param name="character">The character to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4118 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4119 <member name="M:System.Web.Razor.Tokenizer.CSharpHelpers.IsRealLiteralSuffix(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4120 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character is a literal suffix for real numbers.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4121 <returns>true if the specified character is a literal suffix for real numbers; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4122 <param name="character">The character to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4123 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4124 <member name="T:System.Web.Razor.Tokenizer.CSharpTokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4125 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a CSharp tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4126 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4127 <member name="M:System.Web.Razor.Tokenizer.CSharpTokenizer.#ctor(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4128 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.CSharpTokenizer" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4129 <param name="source">The source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4130 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4131 <member name="M:System.Web.Razor.Tokenizer.CSharpTokenizer.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4132 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a CSharp tokenizer symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4133 <returns>A CSharp tokenizer symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4134 <param name="start">The beginning of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4135 <param name="content">The contents.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4136 <param name="type">The CSharp symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4137 <param name="errors">A collection of razor errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4138 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4139 <member name="P:System.Web.Razor.Tokenizer.CSharpTokenizer.RazorCommentStarType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4140 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the star type of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4141 <returns>The star type of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4142 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4143 <member name="P:System.Web.Razor.Tokenizer.CSharpTokenizer.RazorCommentTransitionType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4144 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor comment transition type for the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4145 <returns>The razor comment transition type for the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4146 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4147 <member name="P:System.Web.Razor.Tokenizer.CSharpTokenizer.RazorCommentType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4148 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor comment type for the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4149 <returns>The razor comment type for the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4150 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4151 <member name="P:System.Web.Razor.Tokenizer.CSharpTokenizer.StartState">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4152 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the state of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4153 <returns>The state of the machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4154 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4155 <member name="T:System.Web.Razor.Tokenizer.HtmlTokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4156 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the html tokenizer of the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4157 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4158 <member name="M:System.Web.Razor.Tokenizer.HtmlTokenizer.#ctor(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4159 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.HtmlTokenizer" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4160 <param name="source">The source for the text document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4161 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4162 <member name="M:System.Web.Razor.Tokenizer.HtmlTokenizer.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4163 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a symbol for the specified parameters of the html tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4164 <returns>A symbol to create for the specified parameters of the html tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4165 <param name="start">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4166 <param name="content">The content string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4167 <param name="type">The type of html symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4168 <param name="errors">The razor errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4169 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4170 <member name="P:System.Web.Razor.Tokenizer.HtmlTokenizer.RazorCommentStarType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4171 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the html symbols for the razor comment star type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4172 <returns>The html symbols for the razor comment star type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4173 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4174 <member name="P:System.Web.Razor.Tokenizer.HtmlTokenizer.RazorCommentTransitionType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4175 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the html symbols for the razor comment transition type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4176 <returns>The html symbols for the razor comment transition type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4177 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4178 <member name="P:System.Web.Razor.Tokenizer.HtmlTokenizer.RazorCommentType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4179 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the html symbols for the razor comment type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4180 <returns>The html symbols for the razor comment type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4181 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4182 <member name="P:System.Web.Razor.Tokenizer.HtmlTokenizer.StartState">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4183 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the start of the state machine for the html.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4184 <returns>The start of the state machine for the html.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4185 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4186 <member name="T:System.Web.Razor.Tokenizer.ITokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4187 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4188 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4189 <member name="M:System.Web.Razor.Tokenizer.ITokenizer.NextSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4190 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4191 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4192 <member name="T:System.Web.Razor.Tokenizer.Tokenizer`2">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4193 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4194 <typeparam name="TSymbol">The type for the language symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4195 <typeparam name="TSymbolType">The enumeration type for the language symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4196 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4197 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.#ctor(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4198 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Tokenizer`2" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4199 <param name="source">The source.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4200 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4201 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.AfterRazorCommentTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4202 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a result after the razor comment transition.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4203 <returns>The result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4204 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4205 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.At(System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4206 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the lookahead buffer contains the expected string.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4207 <returns>true if the lookahead buffer contains the expected string; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4208 <param name="expected">The string to check.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4209 <param name="caseSensitive">true to indicate comparison is case sensitive; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4210 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4211 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.Buffer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4212 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the buffer for the tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4213 <returns>The buffer for the tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4214 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4215 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.CharOrWhiteSpace(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4216 <summary>Returns a function delegate, that accepts a character parameter and returns a value that indicates whether the character parameter is equal to specified character or white space.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4217 <returns>A function delegate.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4218 <param name="character">The character used to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4219 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4220 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,`1,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4221 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a language symbol type for the tokenizer with the specified content.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4222 <returns>A language symbol type for the tokenizer.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4223 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4224 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4225 <param name="type">The symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4226 <param name="errors">The razor error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4227 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4228 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.CurrentCharacter">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4229 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current character in the tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4230 <returns>The current character.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4231 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4232 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.CurrentErrors">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4233 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a list of the current razor errors.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4234 <returns>A list of the current errors.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4235 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4236 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.CurrentLocation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4237 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4238 <returns>The current source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4239 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4240 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.CurrentStart">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4241 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current start of the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4242 <returns>The current start of the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4243 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4244 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.EndOfFile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4245 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value whether the tokenizer current location is at the end of the file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4246 <returns>true if the tokenizer current location is at the end of the file; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4247 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4248 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.EndSymbol(System.Web.Razor.Text.SourceLocation,`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4249 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the language end symbol type used by the tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4250 <returns>The language end symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4251 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4252 <param name="type">The enumeration type for the language symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4253 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4254 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.EndSymbol(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4255 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the language end symbol type used by the tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4256 <returns>The language end symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4257 <param name="type">The enumeration type for the language symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4258 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4259 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.HaveContent">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4260 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value whether the tokenizer have content.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4261 <returns>true if the tokenizer have content; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4262 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4263 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.MoveNext">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4264 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads to the next character from the code reader.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4265 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4266 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.NextSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4267 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Shows the next symbol to be used.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4268 <returns>The next symbol to be used.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4269 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4270 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.Peek">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4271 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the next symbol in the code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4272 <returns>The next symbol to read.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4273 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4274 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.RazorCommentBody">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4275 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the Razor comment body.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4276 <returns>The object that represent the state of the result.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4277 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4278 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.RazorCommentStarType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4279 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the star type for the razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4280 <returns>The star type for the razor comment.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4281 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4282 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.RazorCommentTransitionType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4283 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the transition type for the razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4284 <returns>The transition type for the razor comment.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4285 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4286 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.RazorCommentType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4287 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of razor comment.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4288 <returns>The type of razor comment.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4289 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4290 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.Reset">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4291 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Sets the tokenizer status to its initial state.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4292 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4293 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.ResumeSymbol(`0)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4294 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Resumes using the previous language symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4295 <param name="previous">The previous language symbol type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4296 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4297 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.Single(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4298 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Uses a single type of symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4299 <returns>A single type of symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4300 <param name="type">The type of symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4301 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4302 <member name="P:System.Web.Razor.Tokenizer.Tokenizer`2.Source">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4303 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of the text document.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4304 <returns>The source of the source document.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4305 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4306 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.StartSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4307 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the start symbol used in this class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4308 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4309 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.System#Web#Razor#Tokenizer#ITokenizer#NextSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4310 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the next language symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4311 <returns>The next language symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4312 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4313 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.TakeAll(System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4314 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Takes the string if found in the lookahead buffer into the tokenizer buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4315 <returns>true if the lookahead buffer contains the expected string; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4316 <param name="expected">The string to match.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4317 <param name="caseSensitive">true to indicate comparison is case sensitive; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4318 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4319 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.TakeCurrent">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4320 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the current character into the buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4321 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4322 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.TakeString(System.String,System.Boolean)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4323 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the given input string into the buffer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4324 <returns>true if the whole input string was accepted; false, if only a substring was accepted.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4325 <param name="input">The input string.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4326 <param name="caseSensitive">true to indicate comparison is case sensitive; otherwise, false.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4327 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4328 <member name="M:System.Web.Razor.Tokenizer.Tokenizer`2.TakeUntil(System.Func{System.Char,System.Boolean})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4329 <summary>Parses the source document until the condition specified by predicate is met or end file is reached.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4330 <returns>true if the predicate condition is met; false if end of file is reached.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4331 <param name="predicate">The predicate that specifies the processing condition.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4332 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4333 <member name="T:System.Web.Razor.Tokenizer.TokenizerView`3">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4334 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the specified parameters for the tokenizer view.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4335 <typeparam name="TTokenizer">The type tokenizer.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4336 <typeparam name="TSymbol">The type symbol.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4337 <typeparam name="TSymbolType">The token symbol type.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4338 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4339 <member name="M:System.Web.Razor.Tokenizer.TokenizerView`3.#ctor(`0)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4340 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.TokenizerView`3" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4341 <param name="tokenizer">The tokenizer view.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4342 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4343 <member name="P:System.Web.Razor.Tokenizer.TokenizerView`3.Current">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4344 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current view of the TSymbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4345 <returns>The current view of the TSymbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4346 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4347 <member name="P:System.Web.Razor.Tokenizer.TokenizerView`3.EndOfFile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4348 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the view can reach the end of a file.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4349 <returns>true if the view can reach the end of a file; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4350 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4351 <member name="M:System.Web.Razor.Tokenizer.TokenizerView`3.Next">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4352 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the tokenizer moves to the next view.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4353 <returns>true if the tokenizer moves to the next view; false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4354 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4355 <member name="M:System.Web.Razor.Tokenizer.TokenizerView`3.PutBack(`1)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4356 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts a specified symbol into the tokenizer view.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4357 <param name="symbol">The symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4358 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4359 <member name="P:System.Web.Razor.Tokenizer.TokenizerView`3.Source">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4360 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of the text document for the tokenizer view.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4361 <returns>The source of the text document for the tokenizer view.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4362 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4363 <member name="P:System.Web.Razor.Tokenizer.TokenizerView`3.Tokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4364 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the tokenizer to view the symbols for the razor.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4365 <returns>The tokenizer to view the symbols for the razor.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4366 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4367 <member name="T:System.Web.Razor.Tokenizer.VBHelpers">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4368 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a set of characters as helpers in VB.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4369 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4370 <member name="M:System.Web.Razor.Tokenizer.VBHelpers.IsDoubleQuote(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4371 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a specified character is enclosed in double quotation marks (").</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4372 <returns>true if the character is enclosed in double quotation marks ("); otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4373 <param name="character">The character.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4374 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4375 <member name="M:System.Web.Razor.Tokenizer.VBHelpers.IsOctalDigit(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4376 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a character is in octal digit.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4377 <returns>true if a character is in octal digit; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4378 <param name="character">The character.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4379 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4380 <member name="M:System.Web.Razor.Tokenizer.VBHelpers.IsSingleQuote(System.Char)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4381 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a specified character is enclosed in a single quotation mark (').</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4382 <returns>true if the character is enclosed in a single quotation mark ('); otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4383 <param name="character">The character.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4384 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4385 <member name="T:System.Web.Razor.Tokenizer.VBTokenizer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4386 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Allows an application to break a VB symbol into tokens.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4387 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4388 <member name="M:System.Web.Razor.Tokenizer.VBTokenizer.#ctor(System.Web.Razor.Text.ITextDocument)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4389 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.VBTokenizer" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4390 <param name="source">The source of text.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4391 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4392 <member name="M:System.Web.Razor.Tokenizer.VBTokenizer.CreateSymbol(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4393 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a domain of symbols.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4394 <returns>A domain of symbols.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4395 <param name="start">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4396 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4397 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4398 <param name="errors">The razor error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4399 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4400 <member name="P:System.Web.Razor.Tokenizer.VBTokenizer.RazorCommentStarType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4401 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the VB symbol type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4402 <returns>The VB symbol type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4403 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4404 <member name="P:System.Web.Razor.Tokenizer.VBTokenizer.RazorCommentTransitionType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4405 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the transition style of the VB symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4406 <returns>The transition style of the VB symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4407 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4408 <member name="P:System.Web.Razor.Tokenizer.VBTokenizer.RazorCommentType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4409 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor type comment of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4410 <returns>The razor type comment of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4411 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4412 <member name="P:System.Web.Razor.Tokenizer.VBTokenizer.StartState">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4413 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the start state of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4414 <returns>The start state of the machine.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4415 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4416 <member name="T:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4417 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4418 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4419 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Abstract">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4420 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4421 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4422 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.As">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4423 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4424 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4425 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Base">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4426 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4427 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4428 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Bool">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4429 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4430 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4431 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Break">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4432 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4433 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4434 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Byte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4435 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4436 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4437 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Case">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4438 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4439 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4440 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Catch">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4441 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4442 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4443 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Char">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4444 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4445 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4446 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Checked">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4447 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4448 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4449 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Class">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4450 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4451 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4452 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Const">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4453 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4454 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4455 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Continue">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4456 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4457 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4458 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Decimal">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4459 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4460 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4461 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Default">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4462 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4463 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4464 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Delegate">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4465 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4466 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4467 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Do">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4468 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4469 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4470 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Double">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4471 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4472 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4473 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Else">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4474 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4475 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4476 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Enum">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4477 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4478 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4479 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Event">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4480 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4481 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4482 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Explicit">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4483 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4484 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4485 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Extern">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4486 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4487 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4488 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.False">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4489 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4490 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4491 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Finally">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4492 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4493 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4494 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Fixed">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4495 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4496 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4497 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Float">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4498 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4499 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4500 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.For">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4501 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4502 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4503 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Foreach">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4504 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4505 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4506 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Goto">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4507 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4508 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4509 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.If">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4510 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4511 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4512 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Implicit">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4513 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4514 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4515 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.In">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4516 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4517 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4518 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Int">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4519 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4520 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4521 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Interface">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4522 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4523 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4524 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Internal">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4525 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4526 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4527 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Is">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4528 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4529 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4530 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Lock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4531 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4532 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4533 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Long">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4534 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4535 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4536 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Namespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4537 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4538 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4539 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.New">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4540 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4541 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4542 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Null">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4543 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4544 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4545 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Object">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4546 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4547 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4548 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Operator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4549 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4550 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4551 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Out">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4552 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4553 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4554 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Override">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4555 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4556 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4557 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Params">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4558 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4559 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4560 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Private">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4561 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4562 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4563 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Protected">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4564 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4565 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4566 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Public">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4567 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4568 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4569 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Readonly">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4570 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4571 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4572 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Ref">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4573 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4574 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4575 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Return">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4576 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4577 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4578 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Sbyte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4579 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4580 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4581 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Sealed">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4582 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4583 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4584 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Short">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4585 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4586 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4587 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Sizeof">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4588 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4589 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4590 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Stackalloc">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4591 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4592 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4593 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Static">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4594 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4595 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4596 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.String">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4597 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4598 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4599 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Struct">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4600 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4601 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4602 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Switch">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4603 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4604 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4605 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.This">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4606 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4607 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4608 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Throw">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4609 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4610 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4611 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.True">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4612 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4613 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4614 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Try">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4615 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4616 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4617 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Typeof">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4618 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4619 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4620 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Uint">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4621 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4622 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4623 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Ulong">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4624 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4625 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4626 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Unchecked">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4627 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4628 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4629 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Unsafe">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4630 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4631 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4632 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Ushort">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4633 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4634 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4635 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Using">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4636 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4637 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4638 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Virtual">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4639 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4640 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4641 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Void">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4642 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4643 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4644 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.Volatile">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4645 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4646 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4647 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpKeyword.While">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4648 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4649 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4650 <member name="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4651 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a C sharp symbol for the razor tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4652 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4653 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4654 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4655 <param name="offset">The symbol’s offset.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4656 <param name="line">The line.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4657 <param name="column">The column</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4658 <param name="content">The content of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4659 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4660 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4661 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4662 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4663 <param name="offset">The symbol’s offset.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4664 <param name="line">The line.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4665 <param name="column">The column</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4666 <param name="content">The content of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4667 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4668 <param name="errors">A list of errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4669 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4670 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4671 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4672 <param name="start">The location to start the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4673 <param name="content">The content of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4674 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4675 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4676 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4677 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4678 <param name="start">The location to start the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4679 <param name="content">The content of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4680 <param name="type">The type of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4681 <param name="errors">A list of errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4682 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4683 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4684 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4685 <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4686 <param name="obj">The object to compare to.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4687 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4688 <member name="P:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.EscapedIdentifier">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4689 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the symbol has an escaped identifier.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4690 <returns>true if the symbol has an escaped identifier; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4691 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4692 <member name="M:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4693 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4694 <returns>The hash code for this current instance.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4695 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4696 <member name="P:System.Web.Razor.Tokenizer.Symbols.CSharpSymbol.Keyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4697 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the language keyword.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4698 <returns>The language keyword.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4699 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4700 <member name="T:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4701 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4702 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4703 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.And">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4704 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4705 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4706 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.AndAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4707 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4708 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4709 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Arrow">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4710 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4711 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4712 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Assign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4713 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4714 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4715 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.CharacterLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4716 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4717 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4718 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Colon">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4719 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4720 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4721 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Comma">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4722 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4723 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4724 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Comment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4725 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4726 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4727 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Decrement">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4728 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4729 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4730 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.DivideAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4731 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4732 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4733 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Dot">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4734 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4735 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4736 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.DoubleAnd">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4737 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4738 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4739 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.DoubleColon">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4740 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4741 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4742 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.DoubleOr">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4743 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4744 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4745 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Equals">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4746 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4747 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4748 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.GreaterThan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4749 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4750 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4751 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.GreaterThanEqual">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4752 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4753 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4754 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Hash">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4755 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4756 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4757 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Identifier">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4758 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4759 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4760 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Increment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4761 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4762 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4763 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.IntegerLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4764 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4765 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4766 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Keyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4767 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4768 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4769 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LeftBrace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4770 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4771 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4772 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LeftBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4773 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4774 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4775 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LeftParenthesis">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4776 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4777 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4778 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LeftShift">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4779 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4780 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4781 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LeftShiftAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4782 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4783 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4784 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LessThan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4785 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4786 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4787 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.LessThanEqual">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4788 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4789 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4790 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Minus">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4791 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4792 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4793 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.MinusAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4794 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4795 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4796 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Modulo">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4797 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4798 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4799 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.ModuloAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4800 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4801 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4802 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.MultiplyAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4803 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4804 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4805 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.NewLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4806 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4807 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4808 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Not">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4809 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4810 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4811 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.NotEqual">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4812 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4813 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4814 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.NullCoalesce">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4815 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4816 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4817 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Or">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4818 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4819 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4820 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.OrAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4821 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4822 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4823 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Plus">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4824 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4825 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4826 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.PlusAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4827 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4828 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4829 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.QuestionMark">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4830 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4831 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4832 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4833 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4834 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4835 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RazorCommentStar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4836 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4837 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4838 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RazorCommentTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4839 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4840 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4841 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RealLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4842 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4843 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4844 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RightBrace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4845 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4846 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4847 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RightBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4848 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4849 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4850 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RightParenthesis">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4851 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4852 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4853 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RightShift">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4854 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4855 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4856 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.RightShiftAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4857 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4858 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4859 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Semicolon">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4860 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4861 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4862 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Slash">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4863 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4864 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4865 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Star">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4866 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4867 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4868 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.StringLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4869 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4870 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4871 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Tilde">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4872 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4873 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4874 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Transition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4875 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4876 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4877 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Unknown">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4878 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4879 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4880 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.WhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4881 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4882 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4883 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.Xor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4884 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4885 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4886 <member name="F:System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType.XorAssign">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4887 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4888 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4889 <member name="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4890 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the Html symbols.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4891 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4892 <member name="M:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4893 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4894 <param name="offset">The location of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4895 <param name="line">The exact line the symbol is found.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4896 <param name="column">The column number the symbol is found.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4897 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4898 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4899 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4900 <member name="M:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4901 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4902 <param name="offset">The location of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4903 <param name="line">The exact line the symbol is found.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4904 <param name="column">The column number the symbol is found.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4905 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4906 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4907 <param name="errors">The razor error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4908 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4909 <member name="M:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4910 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4911 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4912 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4913 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4914 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4915 <member name="M:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4916 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4917 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4918 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4919 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4920 <param name="errors">The razor error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4921 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4922 <member name="T:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4923 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4924 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4925 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Bang">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4926 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4927 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4928 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.CloseAngle">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4929 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4930 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4931 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Colon">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4932 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4933 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4934 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.DoubleHyphen">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4935 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4936 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4937 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.DoubleQuote">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4938 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4939 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4940 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Equals">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4941 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4942 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4943 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.LeftBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4944 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4945 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4946 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.NewLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4947 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4948 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4949 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.OpenAngle">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4950 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4951 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4952 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.QuestionMark">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4953 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4954 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4955 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.RazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4956 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4957 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4958 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.RazorCommentStar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4959 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4960 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4961 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.RazorCommentTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4962 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4963 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4964 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.RightBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4965 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4966 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4967 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.SingleQuote">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4968 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4969 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4970 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Solidus">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4971 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4972 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4973 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Text">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4974 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4975 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4976 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Transition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4977 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4978 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4979 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.Unknown">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4980 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4981 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4982 <member name="F:System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType.WhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4983 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4984 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4985 <member name="T:System.Web.Razor.Tokenizer.Symbols.ISymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4986 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents an interface for the web razor symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4987 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4988 <member name="M:System.Web.Razor.Tokenizer.Symbols.ISymbol.ChangeStart(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4989 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Changes the location of the symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4990 <param name="newStart">The new location of the symbol.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4991 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4992 <member name="P:System.Web.Razor.Tokenizer.Symbols.ISymbol.Content">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4993 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of the symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4994 <returns>The content of the symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4995 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4996 <member name="M:System.Web.Razor.Tokenizer.Symbols.ISymbol.OffsetStart(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4997 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the starting offset of the symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4998 <param name="documentStart">The location where to start the document.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
4999 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5000 <member name="P:System.Web.Razor.Tokenizer.Symbols.ISymbol.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5001 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the location of the symbol.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5002 <returns>The location of the symbol.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5003 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5004 <member name="T:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5005 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5006 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5007 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.CommentBody">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5008 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5009 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5010 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.CommentStar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5011 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5012 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5013 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.CommentStart">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5014 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5015 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5016 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.Identifier">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5017 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5018 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5019 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.Keyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5020 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5021 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5022 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.NewLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5023 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5024 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5025 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.Transition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5026 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5027 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5028 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.Unknown">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5029 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5030 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5031 <member name="F:System.Web.Razor.Tokenizer.Symbols.KnownSymbolType.WhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5032 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5033 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5034 <member name="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5035 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a new instance of symbols.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5036 <typeparam name="TType">The generic type.</typeparam>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5037 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5038 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.#ctor(System.Web.Razor.Text.SourceLocation,System.String,`0,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5039 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5040 <param name="start">The source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5041 <param name="content">The content value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5042 <param name="type">The type.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5043 <param name="errors">The razor error.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5044 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5045 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.ChangeStart(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5046 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Changes the start of the machine.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5047 <param name="newStart">The new start.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5048 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5049 <member name="P:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.Content">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5050 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of a <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" />.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5051 <returns>The content of a <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" />.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5052 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5053 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5054 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified Object is equal to the current Object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5055 <returns>true if the specified Object is equal to the current Object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5056 <param name="obj">The object.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5057 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5058 <member name="P:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.Errors">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5059 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5060 <returns>The razor error.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5061 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5062 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5063 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code based on the current <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5064 <returns>A hash of the current <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" /> object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5065 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5066 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.OffsetStart(System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5067 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Starts the time’s offset for the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5068 <param name="documentStart">The document start.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5069 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5070 <member name="P:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.Start">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5071 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting point of the source location.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5072 <returns>The starting point of the source location.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5073 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5074 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.ToString">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5075 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a string representation of the current <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" /> object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5076 <returns>A string representation of the current <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1" /> object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5077 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5078 <member name="P:System.Web.Razor.Tokenizer.Symbols.SymbolBase`1.Type">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5079 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a Type that inherits from the base Type.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5080 <returns>A Type that inherits from the base Type.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5081 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5082 <member name="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5083 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the symbol extensions for the web tokenizer.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5084 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5085 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions.GetContent(System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol},System.Web.Razor.Text.SourceLocation)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5086 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5087 <returns>The content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5088 <param name="symbols">The symbols to provide.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5089 <param name="spanStart">The starting index of the span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5090 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5091 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions.GetContent(System.Web.Razor.Parser.SyntaxTree.SpanBuilder)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5092 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5093 <returns>The content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5094 <param name="span">The intersection with the given span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5095 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5096 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions.GetContent(System.Web.Razor.Parser.SyntaxTree.SpanBuilder,System.Func{System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol},System.Collections.Generic.IEnumerable{System.Web.Razor.Tokenizer.Symbols.ISymbol}})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5097 <summary>Gets the content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5098 <returns>The content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5099 <param name="span">The intersection with the given span.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5100 <param name="filter">A list of chosen symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5101 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5102 <member name="M:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions.GetContent(System.Web.Razor.Tokenizer.Symbols.ISymbol)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5103 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5104 <returns>The content of this <see cref="T:System.Web.Razor.Tokenizer.Symbols.SymbolExtensions" /> class.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5105 <param name="symbol">The provided symbols.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5106 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5107 <member name="T:System.Web.Razor.Tokenizer.Symbols.VBKeyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5108 <summary>Enumerates the list of Visual Basic keywords.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5109 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5110 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.AddHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5111 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5112 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5113 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.AddressOf">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5114 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5115 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5116 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Alias">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5117 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5118 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5119 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.And">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5120 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5121 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5122 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.AndAlso">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5123 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5124 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5125 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.As">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5126 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5127 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5128 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Boolean">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5129 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5130 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5131 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ByRef">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5132 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5133 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5134 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Byte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5135 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5136 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5137 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ByVal">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5138 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5139 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5140 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Call">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5141 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5142 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5143 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Case">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5144 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5145 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5146 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Catch">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5147 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5148 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5149 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CBool">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5150 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5151 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5152 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CByte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5153 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5154 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5155 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CChar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5156 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5157 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5158 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CDate">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5159 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5160 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5161 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CDbl">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5162 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5163 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5164 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CDec">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5165 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5166 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5167 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Char">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5168 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5169 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5170 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CInt">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5171 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5172 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5173 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Class">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5174 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5175 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5176 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CLng">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5177 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5178 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5179 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CObj">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5180 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5181 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5182 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Const">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5183 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5184 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5185 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Continue">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5186 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5187 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5188 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CSByte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5189 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5190 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5191 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CShort">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5192 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5193 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5194 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CSng">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5195 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5196 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5197 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CStr">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5198 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5199 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5200 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5201 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5202 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5203 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CUInt">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5204 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5205 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5206 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CULng">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5207 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5208 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5209 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.CUShort">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5210 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5211 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5212 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Date">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5213 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5214 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5215 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Decimal">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5216 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5217 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5218 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Declare">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5219 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5220 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5221 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Default">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5222 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5223 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5224 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Delegate">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5225 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5226 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5227 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Dim">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5228 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5229 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5230 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.DirectCast">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5231 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5232 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5233 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Do">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5234 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5235 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5236 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Double">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5237 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5238 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5239 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Each">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5240 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5241 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5242 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Else">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5243 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5244 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5245 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ElseIf">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5246 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5247 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5248 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.End">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5249 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5250 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5251 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.EndIf">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5252 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5253 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5254 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Enum">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5255 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5256 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5257 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Erase">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5258 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5259 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5260 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Error">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5261 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5262 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5263 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Event">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5264 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5265 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5266 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Exit">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5267 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5268 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5269 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.False">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5270 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5271 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5272 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Finally">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5273 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5274 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5275 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.For">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5276 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5277 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5278 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Friend">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5279 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5280 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5281 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Function">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5282 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5283 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5284 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Get">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5285 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5286 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5287 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GetType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5288 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5289 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5290 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GetXmlNamespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5291 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5292 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5293 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Global">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5294 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5295 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5296 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GoSub">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5297 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5298 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5299 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GoTo">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5300 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5301 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5302 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Handles">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5303 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5304 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5305 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.If">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5306 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5307 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5308 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Implements">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5309 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5310 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5311 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Imports">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5312 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5313 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5314 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.In">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5315 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5316 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5317 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Inherits">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5318 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5319 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5320 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Integer">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5321 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5322 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5323 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Interface">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5324 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5325 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5326 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Is">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5327 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5328 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5329 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.IsNot">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5330 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5331 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5332 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Let">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5333 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5334 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5335 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Lib">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5336 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5337 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5338 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Like">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5339 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5340 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5341 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Long">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5342 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5343 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5344 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Loop">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5345 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5346 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5347 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Me">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5348 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5349 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5350 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Mod">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5351 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5352 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5353 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Module">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5354 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5355 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5356 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.MustInherit">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5357 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5358 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5359 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.MustOverride">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5360 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5361 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5362 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.MyBase">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5363 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5364 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5365 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.MyClass">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5366 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5367 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5368 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Namespace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5369 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5370 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5371 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Narrowing">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5372 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5373 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5374 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.New">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5375 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5376 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5377 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Next">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5378 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5379 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5380 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Not">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5381 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5382 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5383 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Nothing">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5384 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5385 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5386 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.NotInheritable">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5387 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5388 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5389 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.NotOverridable">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5390 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5391 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5392 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Object">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5393 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5394 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5395 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Of">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5396 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5397 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5398 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.On">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5399 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5400 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5401 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Operator">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5402 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5403 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5404 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Option">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5405 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5406 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5407 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Optional">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5408 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5409 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5410 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Or">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5411 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5412 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5413 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.OrElse">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5414 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5415 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5416 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Overloads">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5417 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5418 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5419 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Overridable">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5420 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5421 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5422 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Overrides">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5423 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5424 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5425 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ParamArray">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5426 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5427 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5428 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Partial">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5429 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5430 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5431 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Private">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5432 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5433 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5434 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Property">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5435 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5436 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5437 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Protected">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5438 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5439 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5440 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Public">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5441 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5442 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5443 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.RaiseEvent">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5444 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5445 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5446 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ReadOnly">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5447 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5448 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5449 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ReDim">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5450 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5451 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5452 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Rem">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5453 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5454 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5455 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.RemoveHandler">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5456 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5457 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5458 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Resume">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5459 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5460 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5461 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Return">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5462 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5463 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5464 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.SByte">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5465 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5466 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5467 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Select">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5468 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5469 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5470 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Set">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5471 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5472 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5473 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Shadows">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5474 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5475 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5476 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Shared">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5477 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5478 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5479 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Short">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5480 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5481 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5482 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Single">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5483 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5484 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5485 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Static">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5486 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5487 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5488 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Step">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5489 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5490 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5491 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Stop">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5492 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5493 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5494 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.String">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5495 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5496 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5497 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Structure">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5498 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5499 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5500 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Sub">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5501 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5502 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5503 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.SyncLock">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5504 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5505 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5506 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Then">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5507 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5508 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5509 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Throw">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5510 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5511 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5512 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.To">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5513 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5514 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5515 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.True">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5516 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5517 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5518 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Try">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5519 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5520 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5521 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.TryCast">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5522 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5523 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5524 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.TypeOf">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5525 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5526 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5527 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.UInteger">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5528 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5529 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5530 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.ULong">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5531 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5532 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5533 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.UShort">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5534 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5535 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5536 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Using">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5537 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5538 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5539 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Variant">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5540 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5541 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5542 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Wend">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5543 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5544 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5545 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.When">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5546 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5547 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5548 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.While">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5549 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5550 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5551 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Widening">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5552 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5553 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5554 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.With">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5555 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5556 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5557 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.WithEvents">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5558 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5559 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5560 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.WriteOnly">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5561 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5562 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5563 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Xor">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5564 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5565 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5566 <member name="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5567 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the VB symbol components.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5568 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5569 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5570 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5571 <param name="offset">The offset value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5572 <param name="line">The line value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5573 <param name="column">The column value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5574 <param name="content">The content String value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5575 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5576 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5577 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5578 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5579 <param name="offset">The offset value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5580 <param name="line">The line value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5581 <param name="column">The column value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5582 <param name="content">The content String value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5583 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5584 <param name="errors">List of razor errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5585 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5586 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5587 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5588 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5589 <param name="content">The content String value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5590 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5591 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5592 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.Web.Razor.Tokenizer.Symbols.VBSymbolType,System.Collections.Generic.IEnumerable{System.Web.Razor.Parser.SyntaxTree.RazorError})">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5593 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbol" /> class.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5594 <param name="start">The start of the source location.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5595 <param name="content">The content String value.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5596 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5597 <param name="errors">List of razor errors.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5598 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5599 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.Equals(System.Object)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5600 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether the current object is equal to the new object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5601 <returns>true if the current object is equal to the new object; otherwise, false.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5602 <param name="obj">The object to compare.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5603 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5604 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.GetHashCode">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5605 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5606 <returns>The hash code to return.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5607 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5608 <member name="M:System.Web.Razor.Tokenizer.Symbols.VBSymbol.GetSample(System.Web.Razor.Tokenizer.Symbols.VBSymbolType)">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5609 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specified data sample from the object.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5610 <returns>The specified data sample from the object.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5611 <param name="type">The <see cref="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType" />.</param>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5612 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5613 <member name="P:System.Web.Razor.Tokenizer.Symbols.VBSymbol.Keyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5614 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keyword used in the VB.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5615 <returns>The keyword used.</returns>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5616 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5617 <member name="T:System.Web.Razor.Tokenizer.Symbols.VBSymbolType">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5618 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5619 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5620 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Add">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5621 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5622 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5623 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Bang">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5624 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5625 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5626 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.CharacterLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5627 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5628 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5629 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Colon">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5630 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5631 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5632 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Comma">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5633 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5634 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5635 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Comment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5636 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5637 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5638 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Concatenation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5639 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5640 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5641 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.DateLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5642 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5643 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5644 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Divide">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5645 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5646 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5647 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Dollar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5648 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5649 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5650 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Dot">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5651 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5652 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5653 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Equal">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5654 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5655 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5656 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Exponentiation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5657 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5658 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5659 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.FloatingPointLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5660 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5661 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5662 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.GreaterThan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5663 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5664 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5665 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Hash">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5666 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5667 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5668 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Identifier">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5669 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5670 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5671 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.IntegerDivide">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5672 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5673 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5674 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.IntegerLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5675 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5676 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5677 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Keyword">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5678 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5679 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5680 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.LeftBrace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5681 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5682 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5683 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.LeftBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5684 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5685 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5686 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.LeftParenthesis">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5687 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5688 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5689 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.LessThan">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5690 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5691 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5692 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.LineContinuation">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5693 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5694 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5695 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Multiply">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5696 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5697 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5698 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.NewLine">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5699 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5700 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5701 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.QuestionMark">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5702 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5703 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5704 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RazorComment">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5705 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5706 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5707 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RazorCommentStar">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5708 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5709 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5710 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RazorCommentTransition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5711 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5712 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5713 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RightBrace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5714 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5715 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5716 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RightBracket">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5717 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5718 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5719 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.RightParenthesis">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5720 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5721 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5722 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.StringLiteral">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5723 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5724 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5725 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Subtract">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5726 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5727 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5728 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Transition">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5729 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5730 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5731 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.Unknown">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5732 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5733 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5734 <member name="F:System.Web.Razor.Tokenizer.Symbols.VBSymbolType.WhiteSpace">
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5735 <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5736 </member>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5737 </members>
5bca2d201ad8 initial commit
cin
parents:
diff changeset
5738 </doc>