Conversion methods

Conversion methods are used to convert a sequence to a different data type like a List, Dictionary, …

TitleDescription
ToList method (with integers)An example that shows the use of ToList (integers) with XSharp
ToDictionary method (with objects)An example that shows the use of ToDictionary (objects) with XSharp
ToDictionary method (with property)An example that shows the use of ToDictionary (property) with XSharp