[This is preliminary documentation and is subject to change.]
Joins all items in a collection into one comma-separated string.
If the items are not strings, .ToString() is called on them.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[NotNullAttribute] public static string JoinToString<T>( this IEnumerable<T> items )
Parameters
- items
- IEnumerable<(Of <(<'T>)>)>
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:fCraft.EnumerableUtil.JoinToString``1(System.Collections.Generic.IEnumerable{``0})"]