Share via


IPropertyDictionary.Add Method

Include Protected Members
Include Inherited Members

Adds a property to the dictionary.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(T) (Inherited from ICollection<KeyValuePair<String, Object>>.)
Public method Add(ISfcProperty) Adds the specified property to the dictionary.
Public method Add(TKey, TValue) (Inherited from IDictionary<String, Object>.)
Public method Add(IEnumerable<KeyValuePair<String, Object>>, PropertyCollisionResolution) Adds a property to the dictionary with the specified resolution of the property.
Public method Add(KeyValuePair<String, Object>, PropertyCollisionResolution) Adds the specified key and value to the dictionary.
Public method Add(String, Type) Adds a property to the dictionary with the specified name and type.
Public method Add(ISfcProperty, PropertyCollisionResolution) Adds a property to the dictionary with the specified interface resolution.
Public method Add(String, Object, PropertyCollisionResolution) Adds a property to the dictionary with the specified key, value, and resolution of the property.
Public method Add(String, Type, PropertyCollisionResolution) Adds a property to the dictionary with the specified name, type, and interface resolution.

Top