SyntaxGeneratorTemplateIsUnsupportedUnsafe Method
Write unsupported unsafe code syntax
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
protected virtual bool IsUnsupportedUnsafe(
XPathNavigator reflection,
SyntaxWriter writer
)
Protected Overridable Function IsUnsupportedUnsafe (
reflection As XPathNavigator,
writer As SyntaxWriter
) As Boolean
protected:
virtual bool IsUnsupportedUnsafe(
XPathNavigator^ reflection,
SyntaxWriter^ writer
)
abstract IsUnsupportedUnsafe :
reflection : XPathNavigator *
writer : SyntaxWriter -> bool
override IsUnsupportedUnsafe :
reflection : XPathNavigator *
writer : SyntaxWriter -> bool
- reflection XPathNavigator
- The reflection data used to produce the syntax
- writer SyntaxWriter
- The writer to which the syntax is written
BooleanTrue if unsupported, false if it is supported