Skip to content

Instantly share code, notes, and snippets.

@fifty-six
Created May 26, 2022 16:39
Show Gist options
  • Save fifty-six/244440cc3d5b73a1ffe65874faefafd2 to your computer and use it in GitHub Desktop.
Save fifty-six/244440cc3d5b73a1ffe65874faefafd2 to your computer and use it in GitHub Desktop.
using System;
using System.Threading.Tasks;
using System.Linq;
Console.WriteLine("yeah true");
class Keywords {
public unsafe dynamic select() {
var var = new int*[] {};
var set = (IGrouping<int*[], IGrouping<int*[], object>>) null;
var async = new object[] { 1,2,3 };
return from alias in async where
alias is int or not double orderby alias
group alias by var into partial
orderby partial descending
join get in set on partial equals get
select partial is float;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment