Conversion methods
Conversion methods are used to convert a sequence to a different data type like a List, Dictionary, …
| Title | Description |
|---|---|
| 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 |