DocumentInfo.Add

DocumentInfo.Add method

Adds an element with the specified key and value into the collection.

public void Add(string key, string value)
ParameterTypeDescription
keyStringThe key of the element to add.
valueStringThe value of the element to add. The value can be null.

See Also