'Declaration Public Overridable Function Add( _ ByVal value As System.Object _ ) As System.Integer
public virtual System.int Add( System.object value )
Parameters
- value
- The System.Object to add.
Return Value
The position into which the new element was inserted.