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

Joins formatted names of all IClassy objects in a collection into one comma-separated string.

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

Syntax

   
 C# 
public static string JoinToClassyString(
	this IEnumerable<IClassy> items
)

Parameters

items
IEnumerable<(Of <(<'IClassy>)>)>

[Missing <param name="items"/> documentation for "M:fCraft.EnumerableUtil.JoinToClassyString(System.Collections.Generic.IEnumerable{fCraft.IClassy})"]

Return Value

[Missing <returns> documentation for "M:fCraft.EnumerableUtil.JoinToClassyString(System.Collections.Generic.IEnumerable{fCraft.IClassy})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'IClassy>)>)>. When you use instance method syntax to call this method, omit the first parameter.

See Also