Click or drag to resize
TypeHelperNewList Method (ICollection)
Returns a new list created from the given values

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static List<string> NewList(
	params ICollection[] names
)

Parameters

names
Type: System.CollectionsICollection
Values

Return Value

Type: ListString
See Also