'Declaration Public Overrides Function Add( _ ByVal value As System.Object _ ) As System.Integer
public override System.int Add( System.object value )
Parameters
- value
- Element to add to the list.
Return Value
The index of the new object in the list.
'Declaration Public Overrides Function Add( _ ByVal value As System.Object _ ) As System.Integer
public override System.int Add( System.object value )