Click or drag to resize

ExtensionsAdd Method (ExtensionInfo)

Adds a field to the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	ExtensionInfo info
)

Parameters

info
Type: NetQuarryExtensionInfo
The info object to add.

Return Value

Type: Int32
The position into which the object was inserted into the underlying IList
See Also