NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
TransformDictionary(TK1, TV1, TK2, TV2) Class
TransformDictionary(TK1, TV1, TK2, TV2) Methods
Add Method
Add Method (KeyValuePair)
Add Method (TK1, TV1)
TransformDictionary
TK1
,
TV1
,
TK2
,
TV2
Add Method (
TK1
,
TV1
)
Adds an element with the provided key and value to the
IDictionary
TKey, TValue
.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
void
Add
( TK1
key
, TV1
value
)
Parameters
key
Type:
TK1
The object to use as the key of the element to add.
value
Type:
TV1
The object to use as the value of the element to add.
Exceptions
Exception
Condition
NotImplementedException
See Also
Reference
TransformDictionary
TK1, TV1, TK2, TV2
Class
Add Overload
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com