bodies
This commit is contained in:
12
test/isn.tests/IBody.cs
Normal file
12
test/isn.tests/IBody.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace isn.tests
|
||||
{
|
||||
internal interface IBody
|
||||
{
|
||||
/// <summary>
|
||||
/// The mult
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
T Action<T>(T v);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user