IConfigurationElement.cs
4 lines
| 139 B
| text/x-csharp
|
CSharpLexer
cin
|
r269 | namespace Implab.ServiceHost.Unity { | |
public interface IConfigurationElement { | |||
void Visit(ConfigurationContext context); | |||
} | |||
} |