Table of Contents

SyntaxGeneratorTemplate.IsUnsupportedUnsafe Method

Definition

Namespace
Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly
Sandcastle.Core.dll

Write unsupported unsafe code syntax

protected virtual bool IsUnsupportedUnsafe(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

Returns

bool

True if unsupported, false if it is supported