Skip to content
Prev Previous commit
Next Next commit
Update src/Components/Components/src/Reflection/PropertyGetter.cs
  • Loading branch information
javiercn authored and github-actions committed Jun 18, 2025
commit 9a24f4033468e69733520ab0902d9a255eacf756
3 changes: 0 additions & 3 deletions src/Components/Components/src/Reflection/PropertyGetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ internal sealed class PropertyGetter
private static readonly MethodInfo CallPropertyGetterOpenGenericMethod =
typeof(PropertyGetter).GetMethod(nameof(CallPropertyGetter), BindingFlags.NonPublic | BindingFlags.Static)!;

// Delegate type for a by-ref property getter
private delegate TValue ByRefFunc<TDeclaringType, TValue>(ref TDeclaringType arg);

private readonly Func<object, object?> _GetterDelegate;

[UnconditionalSuppressMessage(
Expand Down