<Code Lib>
2025.3 Method
Changes 0
M

ComponentRepeater.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<ComponentRepeaterSlot> GetEnumerator()

IEnumerator<ComponentRepeaterSlot> An IEnumerator object that can be used to iterate through the collection.

Loading…