Goblin - A Platform for 3D AR and VR Applications

OperatorDecl.OperatorFromString Method 

A helper method that converts strings to operators. Note: the unary plus and negation strings should have a 'u' appened to differentiate them from addition and subtraction strings.

public static OverloadableOperator OperatorFromString(
   string sop
);

Parameters

sop
String to convert to an OverloadableOperator.

Return Value

An OverloadableOperator.

See Also

OperatorDecl Class | DDW.CSharp.Dom Namespace