##// END OF EJS Templates
Working on Unity xml configuration
Working on Unity xml configuration

File last commit:

r267:6b3e5c48131b v3
r267:6b3e5c48131b v3
Show More
TypeReference.cs
8 lines | 233 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public class TypeReference {
public string TypeName { get; set; }
public string Namespace { get; set; }
public TypeReference[] GenericParameters { get; set; }
}
}