Inherited from the IList interface, but not implemented.
This method is inherited from the IList interface, but it is not implemented in the ComponentProperties class because it is read-only. It will throw a NotSupportedException if called.
public int Add ( object value )
Parameters | Description |
value | A new ComponentProperty to add to the collection. |
The index of the new ComponentProperty in the collection.