Share via


ParserVisitor.OnComplete Method

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.

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

Syntax

'Declaration
Public Overridable Sub OnComplete
'Usage
Dim instance As ParserVisitor

instance.OnComplete()
public virtual void OnComplete()
public:
virtual void OnComplete()
abstract OnComplete : unit -> unit  
override OnComplete : unit -> unit
public function OnComplete()

See Also

Reference

ParserVisitor Class

System.Web.Razor.Parser Namespace