InlineIfLambdaAttribute Type
Adding this attribute to a parameter of function type indicates that, if the overall function or method is inlined and the parameter is determined to be a known lambda, then this function should be statically inlined throughout the body of the function of method.
If the function parameter is called multiple times in the implementation of the function or method this attribute may cause code explosion and slow compilation times.
Constructors
Constructor |
Description
|
|
Creates an instance of the attribute
|