CSharpCodeParser.TopLevelKeywords Property

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
Protected Friend Overrides ReadOnly Property TopLevelKeywords As ISet(Of String)
    Get
'Usage
Dim value As ISet(Of String)

value = Me.TopLevelKeywords
protected internal override ISet<string> TopLevelKeywords { get; }
protected public:
virtual property ISet<String^>^ TopLevelKeywords {
    ISet<String^>^ get () override;
}
override function get TopLevelKeywords () : ISet<String>

Property Value

Type: System.Collections.Generic.ISet<String>

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

CSharpCodeParser Class

System.Web.Razor.Parser Namespace