Goblin - A Platform for 3D AR and VR Applications

OperatorDecl.StringFromOperator Method 

A helper method that converts operators to strings. Note: the unary plus and negation strings returned will NOT have a 'u' appened as that usually isn't desired.

public static string StringFromOperator(
   OverloadableOperator sop
);

Parameters

sop
OverloadableOperator to be converted to text.

Return Value

A string representation of the input operator.

See Also

OperatorDecl Class | DDW.CSharp.Dom Namespace