using System.Xml.Serialization; namespace Implab.ServiceHost.Unity { public class InjectionParameterElement { [XmlAttribute("type")] public string TypeName { get; set; } } }