When implemented by a class, adds an item to the IList.
[Visual Basic] Function Add( _ ByVal value As Object _ ) As Integer [C#] int Add( object value ); [C++] int Add( Object* value ) = 0; [JScript] function Add( value : Object ) : int;
The position into which the new element was inserted.
IList Interface | IList Members | System.Collections Namespace