'Declaration Function sort(Of T As IItemizedLegendItemDataModel)( _ ByVal plotAreaView As IPlotAreaView, _ ByVal models As List(Of T), _ ByVal option As IOption _ ) As List(Of T)
List<T> sort<T>( IPlotAreaView plotAreaView, List<T> models, IOption option ) where T: IItemizedLegendItemDataModel
Parameters
- plotAreaView
- models
- option
Type Parameters
- T