##// END OF EJS Templates
Implab: added XmlDefaultSeializer (SerializersPool is now obsolete)...
Implab: added XmlDefaultSeializer (SerializersPool is now obsolete) Implab.ServiceHost: rewritten TypeReference (added support for nested types), stable API

File last commit:

r236:302ca905c19e v2
r278:6691aff01de1 v3
Show More
AutomatonConst.cs
9 lines | 180 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton {
public static class AutomatonConst {
public const int UnreachableState = -1;
public const int UnclassifiedInput = 0;
}
}