Gets an enumerator for this List.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
public virtual IEnumerator<CogReadOnlyBoolRange> GetEnumerator()
public virtual IEnumerator<CogReadOnlyBoolRange> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of CogReadOnlyBoolRange)
Public Overridable Function GetEnumerator As IEnumerator(Of CogReadOnlyBoolRange)
public:
virtual IEnumerator<CogReadOnlyBoolRange^>^ GetEnumerator()
public:
virtual IEnumerator<CogReadOnlyBoolRange^>^ GetEnumerator()
Return Value
Type:
IEnumerator CogReadOnlyBoolRange
A reference to an IEnumerable suitable for this List type.
See
IEnumerable and
IEnumerator for
more details on the behavior of .NET enumerators.