Entry.GetRevertedEnumerator Method
Returns reverted enumerator to iterate through equation terms.
NOTE: The result terms has reverted order but it do not use recursion,
which allows to avoid usage of call stack to prevent StackOverflow exception.
This method is strongly recommended for complex expressions.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public IEnumerable<Entry> GetRevertedEnumerator()
Public Function GetRevertedEnumerator As IEnumerable(Of Entry)
public:
IEnumerable<Entry^>^ GetRevertedEnumerator()
member GetRevertedEnumerator : unit -> IEnumerable<Entry>
Return Value
IEnumerable<Entry>