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