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

Checks whether a given zone is in the collection.

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

Syntax

   
 C# 
public bool Contains(
	Zone zone
)

Parameters

zone
Zone

Implements

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

Exceptions

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

See Also