Goblin - A Platform for 3D AR and VR Applications

BinaryExpr.StringFromOperator Method 

A helper method that returns a string (that would be used in C# code) from a BinaryOperator.

public static string StringFromOperator(
   BinaryOperator bopEnum
);

Parameters

bopEnum

Return Value

The string representation.

See Also

BinaryExpr Class | DDW.CSharp.Dom Namespace