AddProperty object *** NOT USED ***

.AddProperty()

Converts object to a Dictionary and adds a text and value as an entry. Used in XML to Dynamic manipulation.

Method

public static IDictionary<string, object> AddProperty(this object obj, string name, object value)
string name

The key name of the new item.

string value

The value field of the new item.