Guest User

Untitled

a guest
Dec 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class myClass{
  2. public int Id {get;set;}
  3. public object SomeProperty {get;set;}
  4. public List<string> ListOfProperties {get;set;}
  5. }
Add Comment
Please, Sign In to add comment