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)
Syntaxprotected int Add(
string key,
Object Value,
CollectionAddFlags Attributes
)
Protected Function Add (
key As String,
Value As Object,
Attributes As CollectionAddFlags
) As Integer
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:
Int32The internal ArrayList index at which the value has been added.
See Also