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

[Missing <summary> documentation for "M:fCraft.ZoneCollection.Remove(fCraft.Zone)"]

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

Syntax

   
 C# 
public bool Remove(
	Zone item
)

Parameters

item
Zone

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

Return Value

[Missing <returns> documentation for "M:fCraft.ZoneCollection.Remove(fCraft.Zone)"]

Implements

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

See Also