Improved the code generator. More to come.
This commit is contained in:
@ -14,6 +14,10 @@ namespace MontoyaTech.Rest.Net.Example
|
||||
{
|
||||
public string Name = null;
|
||||
|
||||
public List<string> List = null;
|
||||
|
||||
public ulong Property { get; set; }
|
||||
|
||||
public User(string name)
|
||||
{
|
||||
this.Name = name;
|
||||
|
Reference in New Issue
Block a user