[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.0 (0.6.3.0)

Syntax

   
 C# 
public bool Contains(
	string zoneName
)

Parameters

zoneName
String

[Missing <param name="zoneName"/> documentation for "M:fCraft.ZoneCollection.Contains(System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.ZoneCollection.Contains(System.String)"]

Exceptions

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

See Also