Gets the array of nested bundles.

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

Syntax

C#
public OscBundle[] Bundles { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bundles As OscBundle()
Visual C++
public:
property array<OscBundle^>^ Bundles {
	array<OscBundle^>^ get ();
}

See Also