[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Puts all values from the source dictionary into
this dictionary.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub PutAll ( _ source As IDictionary(Of K, V) _ ) |
C# |
---|
void PutAll ( IDictionary<K, V> source ) |
Visual C++ |
---|
void PutAll ( IDictionary<K, V>^ source ) |