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
6d66473999
qamp
/
Qrakhen.Qamp.Core
/
IToArray.cs
6 lines
88 B
C#
Raw
Blame
History
namespace
Qrakhen.Qamp.Core
;
public
interface
IToArray
<
out
T
>
{
T
[
]
ToArray
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink