MRefDelegate<K,T,L> Delegate

Definition

Generic delegate with many constrains.

public delegate void MRefDelegate<K,T,L>(K k, T t, L l) where K : class, IComparable where T : struct where L : Tom, IEnumerable<long>;

Type Parameters

K

Generic K.

T

Generic T.

L

Generic L.

Parameters

k
K

Type K.

t
T

Type T.

l
L

Type L.

Applies to