12 lines
190 B
C#
12 lines
190 B
C#
namespace isn.tests
|
|
{
|
|
internal interface IBody
|
|
{
|
|
/// <summary>
|
|
/// The mult
|
|
/// </summary>
|
|
/// <returns></returns>
|
|
T Action<T>(T v);
|
|
|
|
}
|
|
} |