CSharpCodeParser.Block Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the block for this CSharpCode parser.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The CSharpCodeParser.Block type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CSharpCodeParser.Block(CSharpSymbol) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the CSharpCodeParser.Block class. |
![]() | CSharpCodeParser.Block(String, SourceLocation) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the CSharpCodeParser.Block class. |
| Name | Description | |
|---|---|---|
![]() | Name | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the string name for the block. |
![]() | Start | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the source location to start the block. |
Show:
