Goblin - A Platform for 3D AR and VR Applications

UnaryExpr.StringFromOperator Method 

A helper method that returns a string (that would be used in C# code) from a UnaryOperator. Note: there is no 'u' appended for return plus and negation operators.

public static string StringFromOperator(
   UnaryOperator uOpEnum
);

Parameters

uOpEnum

Return Value

The string representation.

See Also

UnaryExpr Class | DDW.CSharp.Dom Namespace