8 lines
89 B
C#
8 lines
89 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
internal interface ICallable<T>
|
|
{
|
|
T Call ();
|
|
}
|
|
}
|