jive.net
Code
Branches
Tags
Commits
main
jive.net
/
lib
/
Import.cs
Top
1
namespace
jive
2
{
3
public
interface
Import
<
in
T
>
4
{
5
void
import
(
T
item
)
;
6
}
7
}