mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 03:32:57 +00:00
Template
This commit is contained in:
parent
d7c8a3091d
commit
f1584b348d
@ -129,7 +129,7 @@ public class HTTPServer : NetworkServer<HTTPConnection>, IResource
|
||||
}
|
||||
|
||||
struct VarInfo
|
||||
{
|
||||
{
|
||||
public string Pre;
|
||||
public string Post;
|
||||
public string VarName;
|
||||
|
@ -615,8 +615,7 @@ public class TypeTemplate
|
||||
ft.MethodInfo = mi;
|
||||
functions.Add(ft);
|
||||
|
||||
Console.WriteLine(rtType.ToString() + " " + fn);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user