ITextValue.cs
5 lines
| 109 B
| text/x-csharp
|
CSharpLexer
cin
|
r273 | namespace Implab.ServiceHost.Unity { | |
public interface ITextValue { | |||
string Value { get; } | |||
} | |||
} |