IFunctional<TDelegate> public interface IFunctional<TDelegate> where TDelegate : Delegate Represents root interface for all functional interfaces. Documentation Code TDelegate ToDelegate() Converts functional object to the delegate.