Advertisement
Guest User

Type2Record

a guest
Dec 20th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. public Type2Record(string recordString)
  2.             : base(recordString)
  3.         {
  4.             var properties = (typeof(Type2Record)).GetProperties();
  5.  
  6.             Parse(properties, recordString);
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement