Core/Refactor: Part 5
This commit is contained in:
@@ -177,12 +177,12 @@ namespace System.Collections.Generic
|
||||
}
|
||||
}
|
||||
|
||||
public interface ICheck<T>
|
||||
public interface ICheck<in T>
|
||||
{
|
||||
bool Invoke(T obj);
|
||||
}
|
||||
|
||||
public interface IDoWork<T>
|
||||
public interface IDoWork<in T>
|
||||
{
|
||||
void Invoke(T obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user