VBCodeParser.Assert Method

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

Checks for a condition and displays a keyword in the code.

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

'Declaration
<ConditionalAttribute("DEBUG")> _
Protected Sub Assert ( _
	keyword As VBKeyword _
)
'Usage
Dim keyword As VBKeyword 

Me.Assert(keyword)

Parameters

keyword
Type: System.Web.Razor.Tokenizer.Symbols.VBKeyword
The keyword.
Show: