Click or drag to resize

EAPCollectionBase.Add 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: System.String
The key for the item (case-insensitive).
Value
Type: System.Object
The value of the item.
Attributes
Type: NetQuarry.CollectionAddFlags
Modifiers for Add behavior.

Return Value

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