[This is preliminary documentation and is subject to change.]

Removes a zone from the collection.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public bool Remove(
	Zone item
)

Parameters

item
Zone

[Missing <param name="item"/> documentation for "M:fCraft.ZoneCollection.Remove(fCraft.Zone)"]

Return Value

True if the given zone was found and removed. False if this collection did not contain the given zone.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Exceptions

ExceptionCondition
System..::..ArgumentNullException If item is null.

See Also