Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
SideShow zei:class Point
{
public int x;
public int y;
}
private void Blabla()
{
var list = new List<Point>(); //Create a list of Points
//.... steek je punten erin
var sortedList = list.OrderBy(point => point.x);
}
*edit: als je problemen hebt met namespaces, kan je een tool zoals resharper installeren (30 day trial) die automatisch je includes zal maken