Click or drag to resize

NullableValueTypeDictionaryK, VTryGetValue Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.NullableValueTypeDictionary`2.TryGetValue(System.Nullable`1,System.Void)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool TryGetValue(
	Nullable key,
	void value
)

Parameters

key
Type: SystemNullableT

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.NullableValueTypeDictionary`2.TryGetValue(System.Nullable`1,System.Void)"]

value
Type: SystemVoid

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.NullableValueTypeDictionary`2.TryGetValue(System.Nullable`1,System.Void)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.NullableValueTypeDictionary`2.TryGetValue(System.Nullable`1,System.Void)"]

See Also