Platforms to show: All Mac Windows Linux Cross-Platform
AtomicDictionaryIteratorMBS class New in 26.3
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Atomic | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Iterators perform the actual task of yielding values from the Iterable object.
- 3 properties
- property Current as AtomicDictionaryEntryMBS
- property Keys as Variant
- property Values as Variant
- 3 methods
- method Constructor(Keys() as Variant, Values() as Variant)
- method MoveNext as Boolean
- method Value as Variant
This class has no sub classes.
Interfaces:
1 interfaces.
Release notes
- Version 26.3
- Added AtomicDictionaryIteratorMBS and AtomicDictionaryEntryMBS classes.
Some related classes:
The items on this page are in the following plugins: MBS Util Plugin.
AtomicDictionaryEntryMBS - AtomicDictionaryMBS