Removes the first occurrence of a specific object from the collection.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void Remove(
	Packet packet
)
Visual Basic (Declaration)
Public Sub Remove ( _
	packet As Packet _
)
Visual C++
public:
void Remove(
	Packet^ packet
)

Parameters

packet
Type: Bespoke.Robotics.BrainStem..::.Packet
The Packet to remove from the collection.

See Also