  | RackConfigurationElementCollectionRemove Method | 
            Removes an element from the collection.
            
Namespace: Ookii.Jumbo.TopologyAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic void Remove(
	RackConfigurationElement element
)
Public Sub Remove ( 
	element As RackConfigurationElement
)
public:
void Remove(
	RackConfigurationElement^ element
)
member Remove : 
        element : RackConfigurationElement -> unit Parameters
- element  RackConfigurationElement
 - The element to remove from the collection.
 
See Also