CodeBlockInfo Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.CodeBlockInfo

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

Syntax

'Declaration
Public Class CodeBlockInfo
'Usage
Dim instance As CodeBlockInfo
public class CodeBlockInfo
public ref class CodeBlockInfo
public class CodeBlockInfo

The CodeBlockInfo type exposes the following members.

Constructors

  Name Description
Public method CodeBlockInfo(String, SourceLocation, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method CodeBlockInfo(String, SourceLocation, Boolean, Span, Span) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property BlockType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property InitialSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property IsTopLevel This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Name This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Start This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property TransitionSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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 ResumeSpans This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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