##// END OF EJS Templates
Unity xml configuration, alpha2
Unity xml configuration, alpha2

File last commit:

r274:22629bf26121 v3
r274:22629bf26121 v3
Show More
ISerializedValue.cs
10 lines | 170 B | text/x-csharp | CSharpLexer
cin
Unity xml configuration, alpha2
r274 using System.Xml;
namespace Implab.ServiceHost.Unity {
public interface ISerializedValue {
string TypeName { get; }
XmlReader GetReader();
cin
Working on Unity xml configuration: Refactoring in progress
r273 }
}