CODESYS GmbH
  • Deutsch
  • English
  • Français
  • Español
  • Italiano
  • Русский
  • 日本語
  • 中文
Menu
Search
  • Deutsch
  • English
  • Français
  • Español
  • Italiano
  • Русский
  • 日本語
  • 中文
  • ElementCollections
    • Enums
      • COLLECTION_ERROR (Enum)
    • Function Blocks
      • Elements
        • BoolElement (FunctionBlock)
        • BoolElementFactory (FunctionBlock)
        • DintElement (FunctionBlock)
        • DintElementFactory (FunctionBlock)
        • IntElement (FunctionBlock)
        • IntElementFactory (FunctionBlock)
        • LinkedListElementBase (FunctionBlock)
        • LintElement (FunctionBlock)
        • LintElementFactory (FunctionBlock)
        • NullElement (FunctionBlock)
        • StringElement (FunctionBlock)
        • StringElementFactory (FunctionBlock)
        • TimeElement (FunctionBlock)
        • TimeElementFactory (FunctionBlock)
        • UdintElement (FunctionBlock)
        • UdintElementFactory (FunctionBlock)
        • UintElement (FunctionBlock)
        • UintElementFactory (FunctionBlock)
        • UlintElement (FunctionBlock)
        • UlintElementFactory (FunctionBlock)
        • WStringElement (FunctionBlock)
        • WStringElementFactory (FunctionBlock)
      • HashTable
        • HashTable (FunctionBlock)
        • HashTableFactory (FunctionBlock)
      • Iterators
        • LinkedListIterator (FunctionBlock)
        • ListIterator (FunctionBlock)
        • SafeLinkedListIterator (FunctionBlock)
        • SafeListIterator (FunctionBlock)
      • LinkedList
        • LinkedList (FunctionBlock)
        • LinkedListFactory (FunctionBlock)
      • List
        • List (FunctionBlock)
        • ListFactory (FunctionBlock)
      • Queue
        • Queue (FunctionBlock)
        • QueueFactory (FunctionBlock)
      • SortedList
        • SortedList (FunctionBlock)
        • SortedListFactory (FunctionBlock)
      • Stack
        • Stack (FunctionBlock)
        • StackFactory (FunctionBlock)
      • TreeNode
        • TreeNode (FunctionBlock)
        • TreeNodeFactory (FunctionBlock)
    • Functions
      • CompareString (Function)
      • CompareWString (Function)
      • HashCodeFromString (Function)
      • HashCodeFromWString (Function)
    • GlobalVariables
      • Variables (GVL)
    • Interfaces
      • Collections
        • ICollection (Interface)
        • IContainsValue (Interface)
        • IDoubleLinkedList (Interface)
        • IDoubleLinkedList2 (Interface)
        • IList (Interface)
        • IList2 (Interface)
        • IList3 (Interface)
        • IMap (Interface)
        • IMap2 (Interface)
        • IMap3 (Interface)
        • IQueue (Interface)
        • IQueue2 (Interface)
        • IQueue3 (Interface)
        • ISortedList (Interface)
        • ISortedList2 (Interface)
        • ISortedList3 (Interface)
        • IStack (Interface)
        • IStack2 (Interface)
        • IStack3 (Interface)
        • ITreeNode (Interface)
        • ITreeNode2 (Interface)
      • Elements
        • IBoolElement (Interface)
        • IDintElement (Interface)
        • IElement (Interface)
        • IIntElement (Interface)
        • ILintElement (Interface)
        • INullElement (Interface)
        • IOnlineChangeSafeLinkedListElement (Interface)
        • IStringElement (Interface)
        • ITimeElement (Interface)
        • IUdintElement (Interface)
        • IUintElement (Interface)
        • IUlintElement (Interface)
        • IWStringElement (Interface)
      • Helper
        • ILockable (Interface)
      • Iterators
        • IIterator (Interface)
        • ILinkedListIterator (Interface)
        • IListIterator (Interface)
        • ISafeIterator (Interface)
        • ISafeLinkedListIterator (Interface)
        • ISafeListIterator (Interface)
    • Structs
      • KeyValuePair (Struct)
  • Library Information
    • GetLibVersion (Function)
    • GetLibVersionNumber (Function)
    • IsLibReleased (Function)
  • File and Project Information
  • Library Reference
    • CAA FB Factory
      • Library Identification
      • Library Properties
    • CAA Types Extern
      • Library Identification
      • Library Properties
    • CmpApp
      • Library Identification
      • Library Properties
    • CmpErrors2 Interfaces
      • Library Identification
      • Library Properties
    • CmpEventMgr Implementation
      • Library Identification
      • Library Properties
    • CmpEventMgr Interfaces
      • Library Identification
      • Library Properties
    • CmpSchedule
      • Library Identification
      • Library Properties
    • StringUtils
      • Library Identification
      • Library Properties
    • SysCpuHandling
      • Library Identification
      • Library Properties
    • SysMem
      • Library Identification
      • Library Properties
    • SysTime
      • Library Identification
      • Library Properties
    • SysTypes2 Interfaces
      • Library Identification
      • Library Properties
  • Docs »
  • ElementCollections »
  • Interfaces »
  • Collections

Collections¶

  • ICollection (Interface)
    • AddElement (Method)
    • ContainsElement (Method)
    • CountElements (Method)
    • ElementIterator (Method)
    • RemoveAllElements (Method)
    • RemoveElement (Method)
  • IContainsValue (Interface)
    • ContainsValue (Method)
  • IDoubleLinkedList (Interface)
    • RemoveFirstElement (Method)
    • RemoveLastElement (Method)
  • IDoubleLinkedList2 (Interface)
    • SafeElementIterator (Method)
  • IList (Interface)
    • GetElementAt (Method)
    • GetElementPosition (Method)
    • InsertElementAt (Method)
    • RemoveElementAt (Method)
    • SetElementAt (Method)
  • IList2 (Interface)
  • IList3 (Interface)
    • SafeElementIterator (Method)
  • IMap (Interface)
    • AddKeyValuePair (Method)
    • ContainsKey (Method)
    • CountKeys (Method)
    • GetElementByKey (Method)
    • Keys (Method)
    • RemoveByKey (Method)
    • Values (Method)
  • IMap2 (Interface)
    • RemoveAllElements (Method)
  • IMap3 (Interface)
    • SafeKeys (Method)
    • SafeValues (Method)
  • IQueue (Interface)
    • Peek (Method)
    • Poll (Method)
  • IQueue2 (Interface)
  • IQueue3 (Interface)
    • SafeElementIterator (Method)
  • ISortedList (Interface)
    • AddElementWithoutSorting (Method)
    • Sort (Method)
  • ISortedList2 (Interface)
  • ISortedList3 (Interface)
    • SafeElementIterator (Method)
  • IStack (Interface)
    • Peek (Method)
    • Pop (Method)
  • IStack2 (Interface)
  • IStack3 (Interface)
    • SafeElementIterator (Method)
  • ITreeNode (Interface)
    • AddChild (Method)
    • Children (Method)
    • ContainsChild (Method)
    • CountChildren (Method)
    • MoveNode (Method)
    • Parent (Method)
    • RemoveChild (Method)
    • RootNode (Method)
  • ITreeNode2 (Interface)
    • SafeChildren (Method)
top

CODESYS Group | We software Automation. to software
['sɒftwɛər]
transitive verb
__softwared/softwaring
: to develop software
// to software automation: to develop software for automation purposes

The CODESYS Group is the manufacturer of CODESYS, the leading hardware-independent IEC 61131-3 automation software for developing and engineering controller applications.
CODESYS® is a registered trademark.

CODESYS GmbH
A member of the CODESYS Group
Memminger Straße 151, 87439 Kempten
Germany
Tel.: +49-831-54031-0
info@codesys.com
  • Legal Notice
  • Privacy Policy
LinkedIn Youtube RSS Downloads Login CODESYS Store
© 2022 CODESYS GmbH | A member of the CODESYS Group