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
/
utility
/
Import.cs
blob: 15de43f2c6546021381f6a3733127aa17ace8691 (
plain
)
1
2
3
4
5
6
7
namespace gorilla.utility { public interface Import<in T> { void import(T item); } }