Click or drag to resize

ExtensionInfosAdd Method

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
)

Parameters

value
Type: SystemObject
the ExtensionInfo object to add

Return Value

Type: Int32
the number of items in the collection

Implements

IListAdd(Object)
See Also