This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IList Members
Properties
Item |
When implemented by a class, gets or sets the element at the specified index.
In C#, this member is the indexer for the IList class.
|
Methods
Add |
When implemented by a class, adds an item to the IList. |
Clear |
When implemented by a class, removes all items from the IList. |
Contains |
When implemented by a class, determines if the IList contains a specific value. |
IndexOf |
When implemented by a class, determines the index of a specific item in the IList. |
Insert |
When implemented by a class, inserts an item to the IList at the specified position. |
Remove |
When implemented by a class, removes an item from the IList. |
RemoveAt |
When implemented by a class, removes the IList item at the specified index. |
See Also
IList Interface | System.Collections Namespace