Looking through System.Linq.Enumerable
in DotPeek I notice that some methods are flavoured with a [__DynamicallyInvokable]
attribute.
What role does this attribute play? Is it something added by DotPeek or does it play another role, perhaps informing the compiler on how best to optimise the methods?