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
/
Factory.cs
blob: ef92af56ec03e732fd272698a46b43e8e22bd892 (
plain
)
1
2
3
4
5
6
7
namespace jive { public interface Factory<out T> { T create(); } }