I have a class which looks like this: public class Field { public string FieldName; public string FieldType; } And an object List<Field> ...
-
May 22, 2022
- 0 Comments