MRefDelegate<K,T,L> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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.