QuickOPC User's Guide and Reference
GetEnumerator Method (_ServerElementCollection)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerElementCollection Interface : GetEnumerator Method
Syntax
'Declaration
 
<NotNullAttribute()>
Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As _ServerElementCollection
Dim value As IEnumerator
 
value = instance.GetEnumerator()
[NotNull()]
IEnumerator GetEnumerator()
[NotNull()]
IEnumerator^ GetEnumerator(); 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also