//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Web.Razor.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class RazorResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal RazorResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Razor.Resources.RazorResources", typeof(RazorResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The active parser must the same as either the markup or code parser.. /// internal static string ActiveParser_Must_Be_Code_Or_Markup_Parser { get { return ResourceManager.GetString("ActiveParser_Must_Be_Code_Or_Markup_Parser", resourceCulture); } } /// /// Looks up a localized string similar to Block cannot be built because a Type has not been specified in the BlockBuilder. /// internal static string Block_Type_Not_Specified { get { return ResourceManager.GetString("Block_Type_Not_Specified", resourceCulture); } } /// /// Looks up a localized string similar to code. /// internal static string BlockName_Code { get { return ResourceManager.GetString("BlockName_Code", resourceCulture); } } /// /// Looks up a localized string similar to explicit expression. /// internal static string BlockName_ExplicitExpression { get { return ResourceManager.GetString("BlockName_ExplicitExpression", resourceCulture); } } /// /// Looks up a localized string similar to The "CancelBacktrack" method can be called only while in a look-ahead process started with the "BeginLookahead" method.. /// internal static string CancelBacktrack_Must_Be_Called_Within_Lookahead { get { return ResourceManager.GetString("CancelBacktrack_Must_Be_Called_Within_Lookahead", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call CreateCodeWriter, a CodeWriter was not provided to the Create method. /// internal static string CreateCodeWriter_NoCodeWriter { get { return ResourceManager.GetString("CreateCodeWriter_NoCodeWriter", resourceCulture); } } /// /// Looks up a localized string similar to <<character literal>>. /// internal static string CSharpSymbol_CharacterLiteral { get { return ResourceManager.GetString("CSharpSymbol_CharacterLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<comment>>. /// internal static string CSharpSymbol_Comment { get { return ResourceManager.GetString("CSharpSymbol_Comment", resourceCulture); } } /// /// Looks up a localized string similar to <<identifier>>. /// internal static string CSharpSymbol_Identifier { get { return ResourceManager.GetString("CSharpSymbol_Identifier", resourceCulture); } } /// /// Looks up a localized string similar to <<integer literal>>. /// internal static string CSharpSymbol_IntegerLiteral { get { return ResourceManager.GetString("CSharpSymbol_IntegerLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<keyword>>. /// internal static string CSharpSymbol_Keyword { get { return ResourceManager.GetString("CSharpSymbol_Keyword", resourceCulture); } } /// /// Looks up a localized string similar to <<newline sequence>>. /// internal static string CSharpSymbol_Newline { get { return ResourceManager.GetString("CSharpSymbol_Newline", resourceCulture); } } /// /// Looks up a localized string similar to <<real literal>>. /// internal static string CSharpSymbol_RealLiteral { get { return ResourceManager.GetString("CSharpSymbol_RealLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<string literal>>. /// internal static string CSharpSymbol_StringLiteral { get { return ResourceManager.GetString("CSharpSymbol_StringLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<white space>>. /// internal static string CSharpSymbol_Whitespace { get { return ResourceManager.GetString("CSharpSymbol_Whitespace", resourceCulture); } } /// /// Looks up a localized string similar to "EndBlock" was called without a matching call to "StartBlock".. /// internal static string EndBlock_Called_Without_Matching_StartBlock { get { return ResourceManager.GetString("EndBlock_Called_Without_Matching_StartBlock", resourceCulture); } } /// /// Looks up a localized string similar to "{0}" character. /// internal static string ErrorComponent_Character { get { return ResourceManager.GetString("ErrorComponent_Character", resourceCulture); } } /// /// Looks up a localized string similar to end of file. /// internal static string ErrorComponent_EndOfFile { get { return ResourceManager.GetString("ErrorComponent_EndOfFile", resourceCulture); } } /// /// Looks up a localized string similar to line break. /// internal static string ErrorComponent_Newline { get { return ResourceManager.GetString("ErrorComponent_Newline", resourceCulture); } } /// /// Looks up a localized string similar to space or line break. /// internal static string ErrorComponent_Whitespace { get { return ResourceManager.GetString("ErrorComponent_Whitespace", resourceCulture); } } /// /// Looks up a localized string similar to <<newline sequence>>. /// internal static string HtmlSymbol_NewLine { get { return ResourceManager.GetString("HtmlSymbol_NewLine", resourceCulture); } } /// /// Looks up a localized string similar to <<razor comment>>. /// internal static string HtmlSymbol_RazorComment { get { return ResourceManager.GetString("HtmlSymbol_RazorComment", resourceCulture); } } /// /// Looks up a localized string similar to <<text>>. /// internal static string HtmlSymbol_Text { get { return ResourceManager.GetString("HtmlSymbol_Text", resourceCulture); } } /// /// Looks up a localized string similar to <<white space>>. /// internal static string HtmlSymbol_WhiteSpace { get { return ResourceManager.GetString("HtmlSymbol_WhiteSpace", resourceCulture); } } /// /// Looks up a localized string similar to Cannot use built-in RazorComment handler, language characteristics does not define the CommentStart, CommentStar and CommentBody known symbol types or parser does not override TokenizerBackedParser.OutputSpanBeforeRazorComment. /// internal static string Language_Does_Not_Support_RazorComment { get { return ResourceManager.GetString("Language_Does_Not_Support_RazorComment", resourceCulture); } } /// /// Looks up a localized string similar to The "@" character must be followed by a ":", "(", or a C# identifier. If you intended to switch to markup, use an HTML start tag, for example: /// ///@if(isLoggedIn) { /// <p>Hello, @user!</p> ///}. /// internal static string ParseError_AtInCode_Must_Be_Followed_By_Colon_Paren_Or_Identifier_Start { get { return ResourceManager.GetString("ParseError_AtInCode_Must_Be_Followed_By_Colon_Paren_Or_Identifier_Start", resourceCulture); } } /// /// Looks up a localized string similar to End of file was reached before the end of the block comment. All comments started with "/*" sequence must be terminated with a matching "*/" sequence.. /// internal static string ParseError_BlockComment_Not_Terminated { get { return ResourceManager.GetString("ParseError_BlockComment_Not_Terminated", resourceCulture); } } /// /// Looks up a localized string similar to The "{0}" block was not terminated. All "{0}" statements must be terminated with a matching "{1}".. /// internal static string ParseError_BlockNotTerminated { get { return ResourceManager.GetString("ParseError_BlockNotTerminated", resourceCulture); } } /// /// Looks up a localized string similar to An opening "{0}" is missing the corresponding closing "{1}".. /// internal static string ParseError_Expected_CloseBracket_Before_EOF { get { return ResourceManager.GetString("ParseError_Expected_CloseBracket_Before_EOF", resourceCulture); } } /// /// Looks up a localized string similar to The {0} block is missing a closing "{1}" character. Make sure you have a matching "{1}" character for all the "{2}" characters within this block, and that none of the "{1}" characters are being interpreted as markup.. /// internal static string ParseError_Expected_EndOfBlock_Before_EOF { get { return ResourceManager.GetString("ParseError_Expected_EndOfBlock_Before_EOF", resourceCulture); } } /// /// Looks up a localized string similar to Expected "{0}".. /// internal static string ParseError_Expected_X { get { return ResourceManager.GetString("ParseError_Expected_X", resourceCulture); } } /// /// Looks up a localized string similar to Helper blocks cannot be nested within each other.. /// internal static string ParseError_Helpers_Cannot_Be_Nested { get { return ResourceManager.GetString("ParseError_Helpers_Cannot_Be_Nested", resourceCulture); } } /// /// Looks up a localized string similar to The 'inherits' keyword must be followed by a type name on the same line.. /// internal static string ParseError_InheritsKeyword_Must_Be_Followed_By_TypeName { get { return ResourceManager.GetString("ParseError_InheritsKeyword_Must_Be_Followed_By_TypeName", resourceCulture); } } /// /// Looks up a localized string similar to Inline markup blocks (@<p>Content</p>) cannot be nested. Only one level of inline markup is allowed.. /// internal static string ParseError_InlineMarkup_Blocks_Cannot_Be_Nested { get { return ResourceManager.GetString("ParseError_InlineMarkup_Blocks_Cannot_Be_Nested", resourceCulture); } } /// /// Looks up a localized string similar to "{1}" is not a valid value for the "{0}" option. The "Option {0}" statement must be followed by either "On" or "Off". . /// internal static string ParseError_InvalidOptionValue { get { return ResourceManager.GetString("ParseError_InvalidOptionValue", resourceCulture); } } /// /// Looks up a localized string similar to Markup in a code block must start with a tag and all start tags must be matched with end tags. Do not use unclosed tags like "<br>". Instead use self-closing tags like "<br/>".. /// internal static string ParseError_MarkupBlock_Must_Start_With_Tag { get { return ResourceManager.GetString("ParseError_MarkupBlock_Must_Start_With_Tag", resourceCulture); } } /// /// Looks up a localized string similar to Expected a "{0}" after the helper name.. /// internal static string ParseError_MissingCharAfterHelperName { get { return ResourceManager.GetString("ParseError_MissingCharAfterHelperName", resourceCulture); } } /// /// Looks up a localized string similar to Expected a "{0}" after the helper parameters.. /// internal static string ParseError_MissingCharAfterHelperParameters { get { return ResourceManager.GetString("ParseError_MissingCharAfterHelperParameters", resourceCulture); } } /// /// Looks up a localized string similar to The "{0}" element was not closed. All elements must be either self-closing or have a matching end tag.. /// internal static string ParseError_MissingEndTag { get { return ResourceManager.GetString("ParseError_MissingEndTag", resourceCulture); } } /// /// Looks up a localized string similar to Sections cannot be empty. The "@section" keyword must be followed by a block of markup surrounded by "{}". For example: /// ///@section Sidebar { /// <!-- Markup and text goes here --> ///}. /// internal static string ParseError_MissingOpenBraceAfterSection { get { return ResourceManager.GetString("ParseError_MissingOpenBraceAfterSection", resourceCulture); } } /// /// Looks up a localized string similar to Namespace imports and type aliases cannot be placed within code blocks. They must immediately follow an "@" character in markup. It is recommended that you put them at the top of the page, as in the following example: /// ///@using System.Drawing; ///@{ /// // OK here to use types from System.Drawing in the page. ///}. /// internal static string ParseError_NamespaceImportAndTypeAlias_Cannot_Exist_Within_CodeBlock { get { return ResourceManager.GetString("ParseError_NamespaceImportAndTypeAlias_Cannot_Exist_Within_CodeBlock", resourceCulture); } } /// /// Looks up a localized string similar to The "Imports" keyword must be followed by a namespace or a type alias on the same line.. /// internal static string ParseError_NamespaceOrTypeAliasExpected { get { return ResourceManager.GetString("ParseError_NamespaceOrTypeAliasExpected", resourceCulture); } } /// /// Looks up a localized string similar to Outer tag is missing a name. The first character of a markup block must be an HTML tag with a valid name.. /// internal static string ParseError_OuterTagMissingName { get { return ResourceManager.GetString("ParseError_OuterTagMissingName", resourceCulture); } } /// /// Looks up a localized string similar to End of file was reached before the end of the block comment. All comments that start with the "@*" sequence must be terminated with a matching "*@" sequence.. /// internal static string ParseError_RazorComment_Not_Terminated { get { return ResourceManager.GetString("ParseError_RazorComment_Not_Terminated", resourceCulture); } } /// /// Looks up a localized string similar to "{0}" is a reserved word and cannot be used in implicit expressions. An explicit expression ("@()") must be used.. /// internal static string ParseError_ReservedWord { get { return ResourceManager.GetString("ParseError_ReservedWord", resourceCulture); } } /// /// Looks up a localized string similar to Section blocks ("{0}") cannot be nested. Only one level of section blocks are allowed.. /// internal static string ParseError_Sections_Cannot_Be_Nested { get { return ResourceManager.GetString("ParseError_Sections_Cannot_Be_Nested", resourceCulture); } } /// /// Looks up a localized string similar to Expected a "{0}" but found a "{1}". Block statements must be enclosed in "{{" and "}}". You cannot use single-statement control-flow statements in CSHTML pages. For example, the following is not allowed: /// ///@if(isLoggedIn) /// <p>Hello, @user</p> /// ///Instead, wrap the contents of the block in "{{}}": /// ///@if(isLoggedIn) {{ /// <p>Hello, @user</p> ///}}. /// internal static string ParseError_SingleLine_ControlFlowStatements_Not_Allowed { get { return ResourceManager.GetString("ParseError_SingleLine_ControlFlowStatements_Not_Allowed", resourceCulture); } } /// /// Looks up a localized string similar to "<text>" and "</text>" tags cannot contain attributes.. /// internal static string ParseError_TextTagCannotContainAttributes { get { return ResourceManager.GetString("ParseError_TextTagCannotContainAttributes", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected "{0}". /// internal static string ParseError_Unexpected { get { return ResourceManager.GetString("ParseError_Unexpected", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected {0} after helper keyword. All helpers must have a name which starts with an "_" or alphabetic character. The remaining characters must be either "_" or alphanumeric.. /// internal static string ParseError_Unexpected_Character_At_Helper_Name_Start { get { return ResourceManager.GetString("ParseError_Unexpected_Character_At_Helper_Name_Start", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected {0} after section keyword. Section names must start with an "_" or alphabetic character, and the remaining characters must be either "_" or alphanumeric.. /// internal static string ParseError_Unexpected_Character_At_Section_Name_Start { get { return ResourceManager.GetString("ParseError_Unexpected_Character_At_Section_Name_Start", resourceCulture); } } /// /// Looks up a localized string similar to "{0}" is not valid at the start of a code block. Only identifiers, keywords, comments, "(" and "{{" are valid.. /// internal static string ParseError_Unexpected_Character_At_Start_Of_CodeBlock_CS { get { return ResourceManager.GetString("ParseError_Unexpected_Character_At_Start_Of_CodeBlock_CS", resourceCulture); } } /// /// Looks up a localized string similar to "{0}" is not valid at the start of a code block. Only identifiers, keywords, comments, and "(" are valid.. /// internal static string ParseError_Unexpected_Character_At_Start_Of_CodeBlock_VB { get { return ResourceManager.GetString("ParseError_Unexpected_Character_At_Start_Of_CodeBlock_VB", resourceCulture); } } /// /// Looks up a localized string similar to End-of-file was found after the "@" character. "@" must be followed by a valid code block. If you want to output an "@", escape it using the sequence: "@@". /// internal static string ParseError_Unexpected_EndOfFile_At_Start_Of_CodeBlock { get { return ResourceManager.GetString("ParseError_Unexpected_EndOfFile_At_Start_Of_CodeBlock", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected "{0}" keyword after "@" character. Once inside code, you do not need to prefix constructs like "{0}" with "@".. /// internal static string ParseError_Unexpected_Keyword_After_At { get { return ResourceManager.GetString("ParseError_Unexpected_Keyword_After_At", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected "{" after "@" character. Once inside the body of a code block (@if {}, @{}, etc.) you do not need to use "@{" to switch to code.. /// internal static string ParseError_Unexpected_Nested_CodeBlock { get { return ResourceManager.GetString("ParseError_Unexpected_Nested_CodeBlock", resourceCulture); } } /// /// Looks up a localized string similar to A space or line break was encountered after the "@" character. Only valid identifiers, keywords, comments, "(" and "{" are valid at the start of a code block and they must occur immediately following "@" with no space in between.. /// internal static string ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_CS { get { return ResourceManager.GetString("ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_CS", resourceCulture); } } /// /// Looks up a localized string similar to A space or line break was encountered after the "@" character. Only valid identifiers, keywords, comments, and "(" are valid at the start of a code block and they must occur immediately following "@" with no space in between.. /// internal static string ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB { get { return ResourceManager.GetString("ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB", resourceCulture); } } /// /// Looks up a localized string similar to Encountered end tag "{0}" with no matching start tag. Are your start/end tags properly balanced?. /// internal static string ParseError_UnexpectedEndTag { get { return ResourceManager.GetString("ParseError_UnexpectedEndTag", resourceCulture); } } /// /// Looks up a localized string similar to End of file or an unexpected character was reached before the "{0}" tag could be parsed. Elements inside markup blocks must be complete. They must either be self-closing ("<br />") or have matching end tags ("<p>Hello</p>"). If you intended to display a "<" character, use the "&lt;" HTML entity.. /// internal static string ParseError_UnfinishedTag { get { return ResourceManager.GetString("ParseError_UnfinishedTag", resourceCulture); } } /// /// Looks up a localized string similar to Unknown option: "{0}".. /// internal static string ParseError_UnknownOption { get { return ResourceManager.GetString("ParseError_UnknownOption", resourceCulture); } } /// /// Looks up a localized string similar to Unterminated string literal. Strings that start with a quotation mark (") must be terminated before the end of the line. However, strings that start with @ and a quotation mark (@") can span multiple lines.. /// internal static string ParseError_Unterminated_String_Literal { get { return ResourceManager.GetString("ParseError_Unterminated_String_Literal", resourceCulture); } } /// /// Looks up a localized string similar to Helper parameter list is missing a closing ")".. /// internal static string ParseError_UnterminatedHelperParameterList { get { return ResourceManager.GetString("ParseError_UnterminatedHelperParameterList", resourceCulture); } } /// /// Looks up a localized string similar to Parser was started with a null Context property. The Context property must be set BEFORE calling any methods on the parser.. /// internal static string Parser_Context_Not_Set { get { return ResourceManager.GetString("Parser_Context_Not_Set", resourceCulture); } } /// /// Looks up a localized string similar to Cannot complete the tree, StartBlock must be called at least once.. /// internal static string ParserContext_CannotCompleteTree_NoRootBlock { get { return ResourceManager.GetString("ParserContext_CannotCompleteTree_NoRootBlock", resourceCulture); } } /// /// Looks up a localized string similar to Cannot complete the tree, there are still open blocks.. /// internal static string ParserContext_CannotCompleteTree_OutstandingBlocks { get { return ResourceManager.GetString("ParserContext_CannotCompleteTree_OutstandingBlocks", resourceCulture); } } /// /// Looks up a localized string similar to Cannot finish span, there is no current block. Call StartBlock at least once before finishing a span. /// internal static string ParserContext_NoCurrentBlock { get { return ResourceManager.GetString("ParserContext_NoCurrentBlock", resourceCulture); } } /// /// Looks up a localized string similar to Cannot complete action, the parser has finished. Only CompleteParse can be called to extract the final parser results after the parser has finished. /// internal static string ParserContext_ParseComplete { get { return ResourceManager.GetString("ParserContext_ParseComplete", resourceCulture); } } /// /// Looks up a localized string similar to Missing value for session state directive.. /// internal static string ParserEror_SessionDirectiveMissingValue { get { return ResourceManager.GetString("ParserEror_SessionDirectiveMissingValue", resourceCulture); } } /// /// Looks up a localized string similar to The parser provided to the ParserContext was not a Markup Parser.. /// internal static string ParserIsNotAMarkupParser { get { return ResourceManager.GetString("ParserIsNotAMarkupParser", resourceCulture); } } /// /// Looks up a localized string similar to @section Header { ... }. /// internal static string SectionExample_CS { get { return ResourceManager.GetString("SectionExample_CS", resourceCulture); } } /// /// Looks up a localized string similar to @Section Header ... End Section. /// internal static string SectionExample_VB { get { return ResourceManager.GetString("SectionExample_VB", resourceCulture); } } /// /// Looks up a localized string similar to The {0} property of the {1} structure cannot be null.. /// internal static string Structure_Member_CannotBeNull { get { return ResourceManager.GetString("Structure_Member_CannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to <<unknown>>. /// internal static string Symbol_Unknown { get { return ResourceManager.GetString("Symbol_Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Cannot resume this symbol. Only the symbol immediately preceding the current one can be resumed.. /// internal static string Tokenizer_CannotResumeSymbolUnlessIsPrevious { get { return ResourceManager.GetString("Tokenizer_CannotResumeSymbolUnlessIsPrevious", resourceCulture); } } /// /// Looks up a localized string similar to In order to put a symbol back, it must have been the symbol which ended at the current position. The specified symbol ends at {0}, but the current position is {1}. /// internal static string TokenizerView_CannotPutBack { get { return ResourceManager.GetString("TokenizerView_CannotPutBack", resourceCulture); } } /// /// Looks up a localized string similar to <<character literal>>. /// internal static string VBSymbol_CharacterLiteral { get { return ResourceManager.GetString("VBSymbol_CharacterLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<comment>>. /// internal static string VBSymbol_Comment { get { return ResourceManager.GetString("VBSymbol_Comment", resourceCulture); } } /// /// Looks up a localized string similar to <<date literal>>. /// internal static string VBSymbol_DateLiteral { get { return ResourceManager.GetString("VBSymbol_DateLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<floating point literal>>. /// internal static string VBSymbol_FloatingPointLiteral { get { return ResourceManager.GetString("VBSymbol_FloatingPointLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<identifier>>. /// internal static string VBSymbol_Identifier { get { return ResourceManager.GetString("VBSymbol_Identifier", resourceCulture); } } /// /// Looks up a localized string similar to <<integer literal>>. /// internal static string VBSymbol_IntegerLiteral { get { return ResourceManager.GetString("VBSymbol_IntegerLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<keyword>>. /// internal static string VBSymbol_Keyword { get { return ResourceManager.GetString("VBSymbol_Keyword", resourceCulture); } } /// /// Looks up a localized string similar to <<newline sequence>>. /// internal static string VBSymbol_NewLine { get { return ResourceManager.GetString("VBSymbol_NewLine", resourceCulture); } } /// /// Looks up a localized string similar to <<razor comment>>. /// internal static string VBSymbol_RazorComment { get { return ResourceManager.GetString("VBSymbol_RazorComment", resourceCulture); } } /// /// Looks up a localized string similar to <<string literal>>. /// internal static string VBSymbol_StringLiteral { get { return ResourceManager.GetString("VBSymbol_StringLiteral", resourceCulture); } } /// /// Looks up a localized string similar to <<white space>>. /// internal static string VBSymbol_WhiteSpace { get { return ResourceManager.GetString("VBSymbol_WhiteSpace", resourceCulture); } } } }