CodeParser.AcceptDottedExpression Method

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

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

Syntax

'Declaration
Protected Function AcceptDottedExpression ( _
    isWithinCode As Boolean, _
    expectIdentifierFirst As Boolean, _
    ParamArray allowedBrackets As Char() _
) As AcceptedCharacters
'Usage
Dim isWithinCode As Boolean
Dim expectIdentifierFirst As Boolean
Dim allowedBrackets As Char()
Dim returnValue As AcceptedCharacters

returnValue = Me.AcceptDottedExpression(isWithinCode, _
    expectIdentifierFirst, allowedBrackets)
protected AcceptedCharacters AcceptDottedExpression(
    bool isWithinCode,
    bool expectIdentifierFirst,
    params char[] allowedBrackets
)
protected:
AcceptedCharacters AcceptDottedExpression(
    bool isWithinCode, 
    bool expectIdentifierFirst, 
    ... array<wchar_t>^ allowedBrackets
)
protected function AcceptDottedExpression(
    isWithinCode : boolean, 
    expectIdentifierFirst : boolean, 
    ... allowedBrackets : char[]
) : AcceptedCharacters

Parameters

Return Value

Type: System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

CodeParser Class

System.Web.Razor.Parser Namespace