'宣言 Public Shared Function push(Of T)( _ ByVal list As List(Of T), _ ByVal ParamArray items() As T _ ) As Integer
'宣言
Public Shared Function push(Of T)( _ ByVal list As List(Of T), _ ByVal ParamArray items() As T _ ) As Integer
public static int push<T>( List<T> list, params T[] items )
ArrayExtension クラス ArrayExtension メンバ