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
)
Public Function Add (
info As ExtensionInfo
) As Integer
Parameters
- info
- Type: NetQuarryExtensionInfo
The info object to add.
Return Value
Type:
Int32The position into which the object was inserted into the underlying IList
See Also