Class ScreenObjectCollection
Manages the parent and children relationship for IScreenObject.
Implements
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class ScreenObjectCollection : ScreenObjectCollection<IScreenObject>, IReadOnlyList<IScreenObject>, IReadOnlyCollection<IScreenObject>, IEnumerable<IScreenObject>, IEnumerable
Constructors
ScreenObjectCollection(IScreenObject)
Creates a new object collection and parents it to the owner object.
Declaration
public ScreenObjectCollection(IScreenObject owner)
Parameters
| Type | Name | Description |
|---|---|---|
| IScreenObject | owner | The owning object of this collection. |