KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetEnumerator

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<Scene.Object> GetEnumerator()
Returns
Type Description
IEnumerator<Scene.Object>

An enumerator that can be used to iterate through the collection.

Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX