VBCodeParser.Assert(VBKeyword) Method

Definition

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.

[System.Diagnostics.Conditional("DEBUG")]
protected void Assert (System.Web.Razor.Tokenizer.Symbols.VBKeyword keyword);
override this.Assert : System.Web.Razor.Tokenizer.Symbols.VBKeyword -> unit
Protected Sub Assert (keyword As VBKeyword)

Parameters

keyword
VBKeyword

The keyword.

Attributes

Applies to