Skip to content

Commit a536852

Browse files
authored
Update src/Components/Components/src/Reflection/PropertyGetter.cs
1 parent b97aafb commit a536852

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Components/Components/src/Reflection/PropertyGetter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ internal sealed class PropertyGetter
1212
private static readonly MethodInfo CallPropertyGetterOpenGenericMethod =
1313
typeof(PropertyGetter).GetMethod(nameof(CallPropertyGetter), BindingFlags.NonPublic | BindingFlags.Static)!;
1414

15-
// Delegate type for a by-ref property getter
16-
private delegate TValue ByRefFunc<TDeclaringType, TValue>(ref TDeclaringType arg);
17-
1815
private readonly Func<object, object?> _GetterDelegate;
1916

2017
[UnconditionalSuppressMessage(

0 commit comments

Comments
 (0)