'Declaration Public Overloads Function AttachAggregationView(Of TResult)( _ ByVal selector As Func(Of View(Of T),AggregationView(Of T,TResult)) _ ) As AggregationView(Of T,TResult)
public AggregationView<T,TResult> AttachAggregationView<TResult>( Func<View<T>,AggregationView<T,TResult>> selector )
Parameters
- selector
- A function to obtain the attached aggregation subview from the view to which it is attached.
Type Parameters
- TResult
- The type of the elements in the aggregation subview.