Click or drag to resize

NetUtilityMakeCommaDelimitedListT Method

Creates a comma delimited string from a lite of items

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string MakeCommaDelimitedList<T>(
	IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT

Type Parameters

T

Return Value

Type: String
See Also