| 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; }
Public ReadOnly Default Property Item (
index As Integer
) As RackConfigurationElement
Get
public:
property RackConfigurationElement^ default[int index] {
RackConfigurationElement^ get (int index);
}
member Item : RackConfigurationElement with get
Parameters
- index
- Type: SystemInt32
The index of the item to return.
Return Value
Type:
RackConfigurationElementThe item at the specified index.
See Also