'宣言 Public Function Exists( _ 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.Exists(match)
public System.bool Exists( System.Predicate<GroupDef> match )
パラメータ
- match