Passthrough 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#
public PassthroughElement(
string name,
bool isBlockElement
)VB
Public Sub New (
name As String,
isBlockElement As Boolean
)C++
public:
PassthroughElement(
String^ name,
bool isBlockElement
)F#
new :
name : string *
isBlockElement : bool -> PassthroughElement