##// END OF EJS Templates
container configuration docs
container configuration docs

File last commit:

r275:6fefd5811b9b v3
r276:b4e0f81c7425 v3
Show More
ITextValue.cs
8 lines | 144 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public interface ITextValue {
string TypeName { get; }
string Value { get; }
}
}