'宣言 Public Function FindAll( _ ByVal match As System.Predicate(Of GroupDef) _ ) As System.Collections.Generic.List(Of T)
'使用法 Dim instance As GroupDefList Dim match As System.Predicate(Of GroupDef) Dim value As System.Collections.Generic.List(Of T) value = instance.FindAll(match)
public System.Collections.Generic.List<T> FindAll( System.Predicate<GroupDef> match )
パラメータ
- match