Used to manage multiple Wiimotes

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public class WiimoteCollection : Collection<Wiimote>
Visual Basic (Declaration)
Public Class WiimoteCollection _
	Inherits Collection(Of Wiimote)
Visual C++
public ref class WiimoteCollection : public Collection<Wiimote^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(Wiimote>)>)
    Bespoke.Common.Wiimote..::.WiimoteCollection

See Also