[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.3.1 (0.6.3.1)

Syntax

   
 C# 
public void Add(
	Zone zone
)

Parameters

zone
Zone

Implements

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

Exceptions

ExceptionCondition
System..::..ArgumentNullException If zone is null.
System..::..ArgumentException This exact zone, or another zone with the same name is already in this ZoneCollection.

See Also