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