Added Replace with ofT and inex
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
public record RemoveAt
|
||||
{
|
||||
public static RemoveAtEventArgs<TValue> As<TValue>(int index) =>
|
||||
public static RemoveAtEventArgs<TSender> As<TSender>(int index) =>
|
||||
new(index);
|
||||
}
|
||||
Reference in New Issue
Block a user