'宣言 Public Shared Function reverse(Of T)( _ ByVal list As List(Of T) _ ) As List(Of T)
'宣言
Public Shared Function reverse(Of T)( _ ByVal list As List(Of T) _ ) As List(Of T)
public static List<T> reverse<T>( List<T> list )
ArrayExtension クラス ArrayExtension メンバ