[]
        
(Showing Draft Content)

C1.PivotEngine.ValueSet-1.ToList

ToList Method

ToList()

Creates a List<T> from this collection.

Declaration
public List<T> ToList()
Returns
Type Description
List<T>

A List<T> that contains the objects in this collection.