CSharpCodeParser.IsNested Property

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

Gets or sets a value that indicates whether the code is nested.

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

'Declaration
Public Property IsNested As Boolean 
	Get 
	Set
'Usage
Dim instance As CSharpCodeParser 
Dim value As Boolean 

value = instance.IsNested

instance.IsNested = value

Property Value

Type: System.Boolean
true if the code is nested; otherwise, false.
Show: