bodies
This commit is contained in:
parent
a92bee32e1
commit
71de903f13
5 changed files with 99 additions and 1 deletions
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);
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue