'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();
Return Value
This method never returns null
(Nothing
in Visual Basic).