- changed status to open
Hi,
Is it possible to add support for LinkedList<T> in your standard product? I see the attached message when using LinkedLists.
I have a use case where only a LinkedList will suffice. Unfortunately, that use case is my main job dispatcher for my AI, and I would love to be able to view the LinkedList the same way I could a regular List.
Thanks, Geoff
Linked is definitely something we want to add support for. But we can't say exactly when this will be.
For now you could do something like this, if you simply wanted to view and edit the nodes of the linked list: