NodeCollection T  Item Property Bespoke Osc Library
Gets the node at the specified index.

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

Public ReadOnly Default Property Item ( _
	index As Integer _
) As Node(Of T)
	Get

Parameters

index
Type: OnlineSystem Int32
The zero-based index of the node to get.

Return Value

The node at the specified index.
Exceptions

ExceptionCondition
OnlineSystem ArgumentOutOfRangeExceptionThrown if index is less than 0. -or- index is equal to or greater than Count.
See Also