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