Click or drag to resize

RackConfigurationElementCollectionItem Property (Int32)

Gets the element in the collection at the specified index.

Namespace:  Ookii.Jumbo.Topology
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public RackConfigurationElement this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the item to return.

Return Value

Type: RackConfigurationElement
The item at the specified index.
See Also