다음을 통해 공유


Block 클래스

정의

public ref class Block : Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode
public class Block : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode
type Block = class
    inherit SyntaxTreeNode
Public Class Block
Inherits SyntaxTreeNode
상속
파생

생성자

Block(BlockBuilder)
Block(Nullable<BlockType>, IReadOnlyList<SyntaxTreeNode>, IParentChunkGenerator)

속성

Children
ChunkGenerator
IsBlock
Length
Parent (다음에서 상속됨 SyntaxTreeNode)
Start
Type

메서드

Accept(ParserVisitor)
Equals(Object)
EquivalentTo(SyntaxTreeNode)
FindFirstDescendentSpan()
FindLastDescendentSpan()
Flatten()
GetEquivalenceHash()
GetHashCode()
LocateOwner(TextChange)
LocateOwner(TextChange, IEnumerable<SyntaxTreeNode>)
ToString()

적용 대상