dCsharp

Strategy Constructor

Parse a strategy expression from a string.

Overload List

Parse a strategy expression from a string.

public Strategy(string);

Parse a strategy expression from a string. Strategy references are resolved by looking them up in the provided environent.

public Strategy(string,IDictionary);

See Also

Strategy Class | edu.neu.ccs.demeter.dCsharp Namespace