CSharpCodeParser.Block Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |