public Func<Type, PropertyInfo[]> OnGetProperties { get; set; }
Public Property OnGetProperties As Func(Of Type, PropertyInfo()) Get Set
member OnGetProperties : Func<Type, PropertyInfo[]> with get, set
In This Article