VBCodeParser.Keywords Property

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

Gets the keywords associated with the code.

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

'Declaration
Protected Friend Property Keywords As ISet(Of String)
	Get 
	Private Set
'Usage
Dim value As ISet(Of String)

value = Me.Keywords

Property Value

Type: System.Collections.Generic.ISet(Of String)
The keywords associated with the code.
Show: