Element(String, Boolean) Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected Element(
string name,
bool isBlockElement
)VB
Protected Sub New (
name As String,
isBlockElement As Boolean
)C++
protected:
Element(
String^ name,
bool isBlockElement
)F#
new :
name : string *
isBlockElement : bool -> Element