Hondacrx
2025-08-31 13:23:49 -04:00
parent 59c983d3ff
commit c5cccdec10
31 changed files with 1045 additions and 1807 deletions
@@ -210,8 +210,5 @@ namespace System.Collections.Generic
bool Invoke(T obj);
}
public interface IDoWork<in T>
{
void Invoke(T obj);
}
public delegate void IDoWork<in T>(T obj);
}