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)

[<ConditionalAttribute("DEBUG")>]
member Assert : 
        keyword:VBKeyword -> unit

Parameters

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