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

Adds a new zone to the collection. The name of the zone cannot match existing names.

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

Syntax

   
 C# 
public void Add(
	Zone item
)

Parameters

item
Zone

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

Implements

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

See Also