public static class CSharpOperatorName

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.Tools.Names
Base type:  object

Static class used for retrieving operator names in C# format.

Methods

public static string Of(IOperatorData operatorData) #
Get name of the operator in C# format.
Parameters
IOperatorData operatorData
The operator, whose name we obtain.
Returns
string
The name of the operator in C# format (e.g. 'operator +')