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