TopicTransformationCoreApiTopicParameterTypes Method

Get parameter types for an API member topic in plain text format

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual IEnumerable<XNode> ApiTopicParameterTypes(
	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 types or null if there aren't any.

See Also