Table of Contents
Func<T> Delegate

Encapsulates a method that has no parameters and return a single value.

Namespace: EO.Base
Assembly: EO.Base (in EO.Base.dll)

Syntax
 public delegate TResult Func<T>();
See Also