This website requires JavaScript.
Explore
Help
Sign In
qrakhen
/
qamp
Watch
1
Star
0
Fork
You've already forked qamp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47dcc24e1e
qamp
/
Qrakhen.Qamp.Core
/
ISteppable.cs
7 lines
108 B
C#
Raw
Blame
History
namespace
Qrakhen.Qamp.Core
;
public
interface
ISteppable
<
out
T
>
{
bool
Done
{
get
;
}
T
Next
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink