- obj
- The object to populate.
- members
- An array of System.Reflection.MemberInfo that describes which fields and properties to populate.
- data
- An array of object that specifies the values for each field and property to populate.
The newly populated object.
If an element in data is null, FormatterServices.PopulateObjectMembers(object, System.Reflection.MemberInfo[], Object[]) does not write anything to that field.