index
:
xlgmokha/jive.net.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CallbackCommand.cs
blob: 96e4c2a01524ce7cf9a6d7c91c4edfd57d4aa7ba (
plain
)
1
2
3
4
5
6
namespace jive { public interface CallbackCommand<out T> : Command<Callback<T>> { } }