I hope so, i really want to try this out.
public list<int> DataSet = new list<int>();
public string GetSortedData(list<int> unsorted_data)
{
//sorts the data
//Converts data to string (as delphi dosent have list<int> class... i think.)
}
</C#> ShowMessage('Sorted DataSet: ' + <C#>GetSortedData(DataSet)</C#>);
</Delphi>