[]
Updates the NameValueCollection with data from the object's fields and properties.
public static void UpdateSettings(this NameValueCollection settings, object data)
Type | Name | Description |
---|---|---|
NameValueCollection | settings | The NameValueCollection to update. |
object | data | The object containing the data. |