EntryToRevertedList Method
Non recursive retrieving of the list of primitives in reverted order.
NOTE: It is a bit slower then ToTermsList and result array has reverted order of items 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.2.9018.0
public List<Entry> ToRevertedList()
Public Function ToRevertedList As List(Of Entry)
public:
virtual List<Entry^>^ ToRevertedList() sealed
abstract ToRevertedList : unit -> List<Entry>
override ToRevertedList : unit -> List<Entry>
ListEntryList of primitives in reverted order.
IPrimitiveTToRevertedList