ParserContextExtensions Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.ParserContextExtensions

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ParserContextExtensions
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class ParserContextExtensions
[ExtensionAttribute]
public ref class ParserContextExtensions abstract sealed
public final class ParserContextExtensions

The ParserContextExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member Accept(ParserContext, String, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Accept(ParserContext, String, Boolean, Nullable<SourceLocation>%, Nullable<Char>%) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptCharacters This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptIdentifier This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptLine This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptNewLine This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptUntil(ParserContext, array<Char[]) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptUntil(ParserContext, Predicate<Char>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptUntil(ParserContext, SourceLocation) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptUntilInclusive This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptWhile This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member AcceptWhiteSpace This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, Char) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, Char, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, String, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, Char, Boolean, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, String, Boolean, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, Char, Boolean, String, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, String, Boolean, String, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, Char, Boolean, String, Boolean, Nullable<SourceLocation>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Expect(ParserContext, String, Boolean, String, Boolean, Nullable<SourceLocation>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member ExpectIdentifier(ParserContext, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member ExpectIdentifier(ParserContext, String, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member ExpectIdentifier(ParserContext, String, Boolean, Nullable<SourceLocation>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member Peek This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member PeekAny(ParserContext, array<String[]) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member PeekAny(ParserContext, Boolean, array<String[]) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodStatic member ReadWhiteSpace This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Parser Namespace