ValueType
Collects elements and builds a list
LastCons
'T list
Result
this.Add
'T
Add an element to the collector
this.AddMany
seq<'T>
Add multiple elements to the collector
this.AddManyAndClose
Add multiple elements to the collector and return the resulting list
this.Close
Return the resulting list