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