SyntaxGeneratorTemplateIsUnsupportedVarargs Method

Write unsupported variable arguments syntax

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
protected virtual bool IsUnsupportedVarargs(
	XPathNavigator reflection,
	SyntaxWriter writer
)

Parameters

reflection  XPathNavigator
The reflection data used to produce the syntax
writer  SyntaxWriter
The writer to which the syntax is written

Return Value

Boolean
True if unsupported, false if it is supported

See Also