SyntaxGeneratorTemplateIsUnsupportedExplicit Method
Write unsupported explicit implementation syntax
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
protected virtual bool IsUnsupportedExplicit(
XPathNavigator reflection,
SyntaxWriter writer
)
Protected Overridable Function IsUnsupportedExplicit (
reflection As XPathNavigator,
writer As SyntaxWriter
) As Boolean
protected:
virtual bool IsUnsupportedExplicit(
XPathNavigator^ reflection,
SyntaxWriter^ writer
)
abstract IsUnsupportedExplicit :
reflection : XPathNavigator *
writer : SyntaxWriter -> bool
override IsUnsupportedExplicit :
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