public Func<ResponsedData, bool> FilterFunc { get; set; }
Public Property FilterFunc As Func(Of ResponsedData, Boolean) Get Set
member FilterFunc : Func<ResponsedData, bool> with get, set
In This Article