Share via


BlockBuilder.Type Property

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

Gets or sets a block type that can be assigned null.

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

Syntax

'Declaration
Public Property Type As Nullable(Of BlockType)
    Get 
    Set
'Usage
Dim instance As BlockBuilder 
Dim value As Nullable(Of BlockType)

value = instance.Type

instance.Type = value
public Nullable<BlockType> Type { get; set; }
public:
property Nullable<BlockType> Type {
    Nullable<BlockType> get ();
    void set (Nullable<BlockType> value);
}
member Type : Nullable<BlockType> with get, set
function get Type () : Nullable<BlockType>
function set Type (value : Nullable<BlockType>)

Property Value

Type: System.Nullable<BlockType>
A block type that can be assigned null.

See Also

Reference

BlockBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace