ISupplier<V> interface ISupplier<V> Documentation Code namespace DotNext { internal interface ISupplier<out V> { V Invoke(); } }