BiConsumerFunc


Description:

public delegate void BiConsumerFunc<A,B> (A a, B b)

A function that takes two arguments and returns nothing.

Parameters:

a

the first argument.

b

the second argument.


Namespace: Vala.Collections
Package: Valacore