OscPacket At T  Method Bespoke Osc Library
Return a entry in the packet.

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

Public Function At(Of T) ( _
	index As Integer _
) As T
Type Parameters

T
The type of value expected at index.

Return Value

The entry at the specified index.
Exceptions

See Also