Appends a value to the message.

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 override int Append<T>(
	T value
)
Visual Basic (Declaration)
Public Overrides Function Append(Of T) ( _
	value As T _
) As Integer
Visual C++
public:
generic<typename T>
virtual int Append(
	T value
) override

Parameters

value
Type: T
The value to append.

Type Parameters

T
The type of object being appended.

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Osc.OscMessage.Append``1(``0)"]

See Also