Element(String, Boolean) Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
protected Element(
string name,
bool isBlockElement
)
Protected Sub New (
name As String,
isBlockElement As Boolean
)
protected:
Element(
String^ name,
bool isBlockElement
)
new :
name : string *
isBlockElement : bool -> Element
Parameters
- name String
- The element name
- isBlockElement Boolean
- True if the element is a block element, false if it is not