##// END OF EJS Templates
container configuration docs
container configuration docs

File last commit:

r275:6fefd5811b9b v3
r276:b4e0f81c7425 v3
Show More
IDependencyReference.cs
9 lines | 202 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public interface IDependencyReference {
string TypeName { get; }
bool Optional { get; }
string DependencyName { get; }
}
}