Add Method (ResourceStorage)
In This Topic
Adds an existing item to the internal list.
Syntax
'Declaration
Public Overridable Function Add( _
ByVal As Object _
) As Integer
public virtual int Add(
object
)
Parameters
- value
- The System.Object to add.
Return Value
The position into which the new element was inserted.
See Also