[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.2 (0.6.3.2)

Syntax

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

Parameters

items
IEnumerable<(Of <(<'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