Click or drag to resize

ExtensionInfos.Add 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: System.Object
the ExtensionInfo object to add

Return Value

Type: Int32
the number of items in the collection

Implements

IList.Add(Object)
See Also