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

Checks whether any zone with a given name is in the collection.

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

Syntax

   
 C# 
public bool Contains(
	string zoneName
)

Parameters

zoneName
String

Exceptions

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

See Also