LightsCollection.GetEnumerator Method

Language:

Returns an enumerator that can iterate through the LightsCollection.

Definition

Visual Basic Overrides Public Function GetEnumerator() As IEnumerator
C# public override IEnumerator GetEnumerator();
C++ public:
virtual IEnumeratorGetEnumerator() override;
JScript public override function GetEnumerator() : IEnumerator;

Return Value

System.Collections.IEnumerator
An enumerator that can iterate through the LightsCollection.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.