LightsCollection.MoveNext Method |
Language: |
Advances the enumerator to the next light.
Visual Basic .NET Overrides Public Function MoveNext() As Boolean C# public override bool MoveNext(); Managed C++ public: bool MoveNext(); JScript .NET public override function MoveNext() : boolean;
System.Boolean . Set to true if the move to the next item was sucessful; otherwise, false.
Feedback? Please provide us with your comments on this topic.