Click or drag to resize

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
)

Parameters

element
Type: Ookii.Jumbo.TopologyRackConfigurationElement
The element to remove from the collection.
See Also