BlockBuilder.Type Property

Definition

public:
 property Nullable<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::BlockType> Type { Nullable<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::BlockType> get(); void set(Nullable<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::BlockType> value); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType? Type { get; set; }
member this.Type : Nullable<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType> with get, set
Public Property Type As Nullable(Of BlockType)

Property Value

Nullable<BlockType>

Applies to