CSharpCodeParser::Keywords Property

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

Gets or sets the C sharp language keywords.

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

protected public:
property ISet<String^>^ Keywords {
	ISet<String^>^ get ();
	private: void set (ISet<String^>^ value);
}

Property Value

Type: System.Collections.Generic::ISet<String>
The C sharp language keywords.
Show: