##// END OF EJS Templates
fixed JSON writer
fixed JSON writer

File last commit:

r106:d4e38929ce36 v2
r115:ffd3702968c7 v2
Show More
MTCustomQueueNode.cs
6 lines | 151 B | text/x-csharp | CSharpLexer
namespace Implab.Parallels {
public class MTCustomQueueNode<TNode> where TNode : MTCustomQueueNode<TNode> {
public TNode next;
}
}