ProvidesElement.cs
10 lines
| 281 B
| text/x-csharp
|
CSharpLexer
cin
|
r278 | using System.Xml.Serialization; | |
namespace Implab.ServiceHost.Unity { | |||
public class ProvidesElement { | |||
[XmlAttribute("type")] | |||
public string RegistrationType { get; set; } | |||
[XmlAttribute("name")] | |||
public string RegistrationName { get; set; } | |||
} | |||
} |