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
/
Identifiable.cs
blob: 14a63dcb812c83f4e0ce099f7c980a0f494d5911 (
plain
)
1
2
3
4
5
6
7
namespace jive.utility { public interface Identifiable<T> { Id<T> id { get; } } }