Gets or sets the element at the specified index.

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 Packet this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As Packet
Visual C++
public:
property Packet^ default[int index] {
	Packet^ get (int index);
	void set (int index, Packet^ value);
}

Parameters

index
Type: System..::.Int32
The zero-based index of the element to get or set.

See Also