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)
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: 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:
Int32The internal ArrayList index at which the value has been added.
See Also