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

Prints a comma-separated list of matches (up to 30): "More than one ___ matched: ___, ___, ..."

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

Syntax

   
 C# 
public void MessageManyMatches(
	string itemType,
	IEnumerable<IClassy> items
)

Parameters

itemType
String
Type of item in the list. Should be singular (e.g. "player" or "world").
items
IEnumerable<(Of <(<'IClassy>)>)>
List of zero or more matches. ClassyName properties are used in the list.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If itemType or items is null.

See Also