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.

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

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

protected class Block

The CSharpCodeParser.Block type exposes the following members.

  NameDescription
Public methodCSharpCodeParser.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 methodCSharpCodeParser.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

  NameDescription
Public propertyNameThis 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 propertyStartThis 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

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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