Adds an object to the end of the List.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override int Add(
Object value
)
Public Overrides Function Add (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
the ExtensionInfo object to add
Return Value
Type:
Int32the number of items in the collection
Implements
IListAdd(Object)See Also