Mercurial > pub > ImplabNet
view Implab.ServiceHost/Unity/IConfigurationElement.cs @ 272:9d1cca834b05 v3
preview version of Unity xml configuration
author | cin |
---|---|
date | Thu, 26 Apr 2018 03:14:54 +0300 |
parents | ff581cff7003 |
children |
line wrap: on
line source
namespace Implab.ServiceHost.Unity { public interface IConfigurationElement { void Visit(ConfigurationContext context); } }