Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/ITextValue.cs @ 274:22629bf26121 v3
Unity xml configuration, alpha2
author | cin |
---|---|
date | Fri, 27 Apr 2018 04:47:52 +0300 |
parents | 79110a16cab7 |
children | 6fefd5811b9b |
comparison
equal
deleted
inserted
replaced
273:79110a16cab7 | 274:22629bf26121 |
---|---|
1 namespace Implab.ServiceHost.Unity { | 1 namespace Implab.ServiceHost.Unity { |
2 public interface ITextValue { | 2 public interface ITextValue { |
3 string TypeName { get; } | |
4 | |
3 string Value { get; } | 5 string Value { get; } |
4 | 6 |
5 } | 7 } |
6 } | 8 } |