EAPCollectionBaseAdd Method (String, Object) |
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
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
)
Protected Function Add (
key As String,
value As Object
) As Integer
Parameters
- key
- Type: SystemString
The key for the item (case-insensitive). - value
- Type: SystemObject
The value of the item.
Return Value
Type:
Int32The internal ArrayList index at which the value has been added.
See Also