This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
wabbajack
Watch
1
Star
0
Fork
0
You've already forked wabbajack
mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced
2024-08-30 18:42:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
35d1012ab0
wabbajack
/
Wabbajack.Common.CSP
/
ICloseable.cs
9 lines
135 B
C#
Raw
Normal View
History
Unescape
Escape
Removed unused imports from Wabbajack.Common.CSP
2019-11-21 14:26:25 +00:00
namespace
Wabbajack.Common.CSP
Break the Channel interface into Read/Write/Close ports (#169)
2019-11-12 05:14:04 +00:00
{
public
interface
ICloseable
{
bool
IsClosed
{
get
;
}
void
Close
(
)
;
}
}
Reference in New Issue
Copy Permalink