Procedure TargetIs Conversion Operator Property
This is used to get or set whether or not the target is a conversion operator
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public bool IsConversionOperator { get; set; }VB
Public Property IsConversionOperator As Boolean
Get
SetC++
public:
property bool IsConversionOperator {
bool get ();
void set (bool value);
}F#
member IsConversionOperator : bool with get, set