Click or drag to resize

BiConsumerTValue1, TValue2 Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.function.BiConsumer`2"]

Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.compat.functionBiConsumerTValue1, TValue2

Namespace:  com.espertech.esper.compat.function
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class BiConsumer<TValue1, TValue2> : MulticastDelegate

Type Parameters

TValue1

[Missing <typeparam name="TValue1"/> documentation for "T:com.espertech.esper.compat.function.BiConsumer`2"]

TValue2

[Missing <typeparam name="TValue2"/> documentation for "T:com.espertech.esper.compat.function.BiConsumer`2"]

The BiConsumerTValue1, TValue2 type exposes the following members.

Constructors
  NameDescription
Public methodBiConsumerTValue1, TValue2
Initializes a new instance of the BiConsumerTValue1, TValue2 class
Top
Methods
See Also