c Sharp Tenery Operator mit Callin Gmethods
int a = 5;
int b = 10;
(a == b ? (Action)doThis : doThat)();
Rich Rattlesnake
int a = 5;
int b = 10;
(a == b ? (Action)doThis : doThat)();