Topic Transformation CoreApi Topic Operator Types 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: 2026.1.20.0
An enumerable list of one or more XML nodes representing the parameter and return types
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected virtual IEnumerable<XNode> ApiTopicOperatorTypes(
bool plainText
)VB
Protected Overridable Function ApiTopicOperatorTypes (
plainText As Boolean
) As IEnumerable(Of XNode)C++
protected:
virtual IEnumerable<XNode^>^ ApiTopicOperatorTypes(
bool plainText
)F#
abstract ApiTopicOperatorTypes :
plainText : bool -> IEnumerable<XNode>
override ApiTopicOperatorTypes :
plainText : bool -> IEnumerable<XNode> 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
IEnumerableXNodeAn enumerable list of one or more XML nodes representing the parameter and return types