public System.Func<IEnumerable,Type> ItemTypeProvider {get; set;}
Property Value
The delegate accepts the System.Collections.IEnumerable for getting element type.The delegate returns the item type of the System.Collections.IEnumerable.
public System.Func<IEnumerable,Type> ItemTypeProvider {get; set;}