InjectionParameterElement.cs
8 lines
| 207 B
| text/x-csharp
|
CSharpLexer
cin
|
r270 | using System.Xml.Serialization; | |
namespace Implab.ServiceHost.Unity { | |||
public class InjectionParameterElement { | |||
[XmlAttribute("type")] | |||
public string TypeName { get; set; } | |||
} | |||
} |