index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
IO
/
SharpCifs
/
Util
/
Sharpen
/
ICallable.cs
blob: d847cb497ac79ffde6ae6782a7ad1c200b7e9fa1 (
plain
)
1
2
3
4
5
6
7
namespace
SharpCifs.Util.Sharpen
{
internal
interface
ICallable
<
T
>
{
T
Call
();
}
}