Click or drag to resize
TypeHelperNewList Method (String)
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 string[] names
)

Parameters

names
Type: SystemString
Values

Return Value

Type: ListString
See Also