TopicTransformationCoreApiTopicOperatorTypes Method
Get parameter and return types for an operator API member topic (e.g. Int32 to Decimal)
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual IEnumerable<XNode> ApiTopicOperatorTypes(
bool plainText
)
Protected Overridable Function ApiTopicOperatorTypes (
plainText As Boolean
) As IEnumerable(Of XNode)
protected:
virtual IEnumerable<XNode^>^ ApiTopicOperatorTypes(
bool plainText
)
abstract ApiTopicOperatorTypes :
plainText : bool -> IEnumerable<XNode>
override ApiTopicOperatorTypes :
plainText : bool -> IEnumerable<XNode>
- 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).
IEnumerableXNodeAn enumerable list of one or more XML nodes representing the parameter and return types