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