comparison Implab.ServiceHost/Unity/NamespaceElement.cs @ 270:ade80d94dfb5 v3

Working on Unity container xml configuration
author cin
date Wed, 25 Apr 2018 04:44:40 +0300
parents ff581cff7003
children 79110a16cab7
comparison
equal deleted inserted replaced
269:ff581cff7003 270:ade80d94dfb5
7 7
8 [XmlAttribute("name")] 8 [XmlAttribute("name")]
9 public string Name { get; set; } 9 public string Name { get; set; }
10 10
11 public void Visit(ConfigurationContext context) { 11 public void Visit(ConfigurationContext context) {
12 throw new System.NotImplementedException(); 12 context.Visit(this);
13 } 13 }
14 } 14 }
15 } 15 }