IBox.cs
5 lines
| 133 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | namespace Implab.ServiceHost.Test.Mock { | |
public interface IBox<T> { | |||
string Name { get; } | |||
T GetBoxValue(); | |||
} | |||
} |