Share via


CSharpCodeParser.FunctionsDirective Method

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

Indicates the functions directive.

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

Syntax

'Declaration
Protected Overridable Sub FunctionsDirective
'Usage
Me.FunctionsDirective()
protected virtual void FunctionsDirective()
protected:
virtual void FunctionsDirective()
abstract FunctionsDirective : unit -> unit  
override FunctionsDirective : unit -> unit
protected function FunctionsDirective()

See Also

Reference

CSharpCodeParser Class

System.Web.Razor.Parser Namespace