TopicTransformationCoreApiTopicOperatorTypes Method

Get parameter and return types for an operator API member topic (e.g. Int32 to Decimal)

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual IEnumerable<XNode> ApiTopicOperatorTypes(
	bool plainText
)

Parameters

plainText  Boolean
True if it should be in plain text (metadata and table of contents title) or decorated with language-specific text elements (page title).

Return Value

IEnumerableXNode
An enumerable list of one or more XML nodes representing the parameter and return types

See Also