Goblin - A Platform for 3D AR and VR Applications

AssignExpr.StringFromOperator Method 

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

public static string StringFromOperator(
   AssignOperator op
);

Parameters

op
The AssignOperator to be parsed.

Return Value

The string representation.

See Also

AssignExpr Class | DDW.CSharp.Dom Namespace