'宣言
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
パラメータ
- plotAreaView
- models
- option
型パラメータ
- T