Skip to content

ScreenObjectCollection Class

Manages the parent and children relationship for IScreenObject.

C#
public class ScreenObjectCollection : ScreenObjectCollection<IScreenObject>, IReadOnlyList<IScreenObject>, IReadOnlyCollection<IScreenObject>, IEnumerable<IScreenObject>, IEnumerable

Inheritance objectScreenObjectCollection<IScreenObject>

Implements IReadOnlyList<IScreenObject>, IReadOnlyCollection<IScreenObject>, IEnumerable<IScreenObject>, IEnumerable

Creates a new object collection and parents it to the owner object.

C#
public ScreenObjectCollection(IScreenObject owner)

owner IScreenObject
The owning object of this collection.