Does C# support compiling filters? How do filters even work or what do they do?
Like reflector decompiles a filter as
try { } catch(Exception e) when (?) { }See Question&Answers more detail:os
Does C# support compiling filters? How do filters even work or what do they do?
Like reflector decompiles a filter as
try { } catch(Exception e) when (?) { }See Question&Answers more detail:os