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
/
ComponentFactory.cs
blob: 1674baee3fb628af7fbb85c3cc27b9b97c04b305 (
plain
)
1
2
3
4
namespace jive { public interface ComponentFactory<T> : Factory<T> where T : new() {} }