Share via


CSharpCodeParser.Block Class

Definition

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.

protected class CSharpCodeParser.Block
Protected Class CSharpCodeParser.Block
Inheritance
CSharpCodeParser.Block

Constructors

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.

Properties

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.

Applies to