Use Value, not sender!!!!!!!!!!!!!!!!!!!!

This commit is contained in:
Dan Clark
2024-11-29 21:20:14 +00:00
parent f9f7339fc6
commit cbc0be4c3d
63 changed files with 193 additions and 192 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
public record RemoveAt
{
public static RemoveAtEventArgs<TSender> As<TSender>(int index) =>
public static RemoveAtEventArgs<TValue> As<TValue>(int index) =>
new(index);
}