We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97aafb commit a536852Copy full SHA for a536852
src/Components/Components/src/Reflection/PropertyGetter.cs
@@ -12,9 +12,6 @@ internal sealed class PropertyGetter
12
private static readonly MethodInfo CallPropertyGetterOpenGenericMethod =
13
typeof(PropertyGetter).GetMethod(nameof(CallPropertyGetter), BindingFlags.NonPublic | BindingFlags.Static)!;
14
15
- // Delegate type for a by-ref property getter
16
- private delegate TValue ByRefFunc<TDeclaringType, TValue>(ref TDeclaringType arg);
17
-
18
private readonly Func<object, object?> _GetterDelegate;
19
20
[UnconditionalSuppressMessage(
0 commit comments