##// END OF EJS Templates
Unity xml configuration, alpha2
Unity xml configuration, alpha2

File last commit:

r274:22629bf26121 v3
r274:22629bf26121 v3
Show More
ITextValue.cs
7 lines | 143 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public interface ITextValue {
string TypeName { get; }
string Value { get; }
}
}