[Missing <summary> documentation for "T:Bespoke.Games.Framework.ActorList"]

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public class ActorList : List<Actor>
Visual Basic (Declaration)
Public Class ActorList _
	Inherits List(Of Actor)
Visual C++
public ref class ActorList : public List<Actor^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Actor>)>)
    Bespoke.Games.Framework..::.ActorList

See Also