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.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.CSharpCodeParser.Block

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

Syntax

'Declaration
Protected Class Block
'Usage
Dim instance As CSharpCodeParser.Block
protected class Block
protected ref class Block
type Block =  class end
protected class Block

The CSharpCodeParser.Block type exposes the following members.

Constructors

  Name Description
Public method 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.
Public method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Parser Namespace