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