'宣言
Public Function sort(Of T As IItemizedLegendItemDataModel)( _ ByVal plotAreaView As IPlotAreaView, _ ByVal items As List(Of T), _ ByVal option As IOption _ ) As List(Of T)
public List<T> sort<T>( IPlotAreaView plotAreaView, List<T> items, IOption option ) where T: IItemizedLegendItemDataModel
パラメータ
- plotAreaView
- items
- option
型パラメータ
- T