This website requires JavaScript.
Explore
Help
Register
Sign In
root
/
BITKit
Watch
1
Star
0
Fork
You've already forked BITKit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
0e1bf20595
BITKit
/
Src
/
Core
/
DataRecorder
/
IDataRecorder.cs
7 lines
124 B
C#
Raw
Blame
History
namespace
BITKit.IData
{
public
interface
IDataRecorder
<
TData
>
:
IPlayer
<
TData
>
,
IProvider
<
TData
>
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink