| RackConfigurationElementCollectionRemove Method |
Removes an element from the collection.
Namespace:
Ookii.Jumbo.Topology
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public void Remove(
RackConfigurationElement element
)
Public Sub Remove (
element As RackConfigurationElement
)
public:
void Remove(
RackConfigurationElement^ element
)
member Remove :
element : RackConfigurationElement -> unit
Parameters
- element
- Type: Ookii.Jumbo.TopologyRackConfigurationElement
The element to remove from the collection.
See Also