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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility.ComTypes Namespace > _PluginSetupCollection Interface : GetEnumerator Method
Syntax
'Declaration
 
<ImplementedThroughAttribute(System.Collections.ICollection, "GetEnumerator")>
<NotNullAttribute()>
Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As _PluginSetupCollection
Dim value As IEnumerator
 
value = instance.GetEnumerator()
[ImplementedThrough(System.Collections.ICollection, "GetEnumerator")]
[NotNull()]
IEnumerator GetEnumerator()
[ImplementedThrough(System.Collections.ICollection, "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