'Declaration Protected Function Add( _ ByVal obj As IComparable _ ) As Integer
protected int Add( IComparable obj )
Parameters
- obj
- The object to add (if the current list already contains this object, an exception is thrown).
Return Value
The index of the added object in the current list.