LinkedList (FB)ΒΆ
FUNCTION_BLOCK FINAL LinkedList EXTENDS FBF.InstanceBase IMPLEMENTS IDoubleLinkedList2, IModCounter, ILockable
Funktion block for double linked lists. .. Note:
For online change safe elements implement |IOnlineChangeSafeLinkedListElement| or extend |LinkedListElementBase|.
Properties:
Methods:
Structure:
- AddElement (Method)
- ContainsElement (Method)
- CountElements (Method)
- ElementCompareTo (Method)
- ElementEquals (Method)
- ElementHashCode (Method)
- ElementIterator (Method)
- LockWaitTime (Property)
- RemoveAllElements (Method)
- RemoveElement (Method)
- RemoveFirstElement (Method)
- RemoveLastElement (Method)
- SafeElementIterator (Method)