ParserContext.Replay 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
Public Sub Replay ( _
elements As IEnumerable(Of SyntaxTreeNode), _
errors As IEnumerable(Of RazorError) _
)
'Usage
Dim instance As ParserContext
Dim elements As IEnumerable(Of SyntaxTreeNode)
Dim errors As IEnumerable(Of RazorError)
instance.Replay(elements, errors)
public void Replay(
IEnumerable<SyntaxTreeNode> elements,
IEnumerable<RazorError> errors
)
public:
void Replay(
IEnumerable<SyntaxTreeNode^>^ elements,
IEnumerable<RazorError^>^ errors
)
public function Replay(
elements : IEnumerable<SyntaxTreeNode>,
errors : IEnumerable<RazorError>
)
Parameters
- elements
Type: System.Collections.Generic.IEnumerable<SyntaxTreeNode>
- errors
Type: System.Collections.Generic.IEnumerable<RazorError>
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.