[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)
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Fetch ( _ key As K _ ) As V |
C# |
---|
V Fetch ( K key ) |
Visual C++ |
---|
V Fetch ( K key ) |
Parameters
- key
- K type parameter of net.esper.compat.EDictionary<(Of K, V>).