IList::Add Method
Silverlight
Adds an item to the IList.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System::Object
The Object to add to the IList.
| Exception | Condition |
|---|---|
| NotSupportedException | The IList is read-only. -or- The IList has a fixed size. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: