Click or drag to resize

EAPCollectionBaseAdd Method (String, Object, CollectionAddFlags)

Adds an item to the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected int Add(
	string key,
	Object Value,
	CollectionAddFlags Attributes
)

Parameters

key
Type: SystemString
The key for the item (case-insensitive).
Value
Type: SystemObject
The value of the item.
Attributes
Type: NetQuarryCollectionAddFlags
Modifiers for Add behavior.

Return Value

Type: Int32
The internal ArrayList index at which the value has been added.
See Also