namespace PaintDotNet { public delegate R Function(); public delegate R Function(T t); public delegate R Function(T t, U u); }