Click or drag to resize

GenericExtensionsFetchKeyedValue Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.GenericExtensions.FetchKeyedValue(System.Object,System.String,System.Object)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Object FetchKeyedValue(
	Object o,
	string key,
	Object defaultValue
)

Parameters

o
Type: SystemObject

[Missing <param name="o"/> documentation for "M:com.espertech.esper.compat.collections.GenericExtensions.FetchKeyedValue(System.Object,System.String,System.Object)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.GenericExtensions.FetchKeyedValue(System.Object,System.String,System.Object)"]

defaultValue
Type: SystemObject

[Missing <param name="defaultValue"/> documentation for "M:com.espertech.esper.compat.collections.GenericExtensions.FetchKeyedValue(System.Object,System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.GenericExtensions.FetchKeyedValue(System.Object,System.String,System.Object)"]

See Also