Table of Contents

Method ToList

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

ToList()

Exports the collected items as a distinct list.

public List<T> ToList()

Returns

List<T>

A new list that preserves first-seen order while removing duplicates through Distinct<TSource>(IEnumerable<TSource>).