Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 2, 2016 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/7a4e0ac88a03b25affa266419024652b to your computer and use it in GitHub Desktop.
Save bjoerntx/7a4e0ac88a03b25affa266419024652b to your computer and use it in GitHub Desktop.
public class Report
{
public string name { get; set; }
public Conditional conditional { get; set; }
}
public class Conditional
{
public string test { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment