'Declaration
<__DynamicallyInvokableAttribute()> Public Function TrueForAll( _ ByVal match As System.Predicate(Of NGraphVertex) _ ) As System.Boolean
'Usage
Dim instance As NGraphVertexList Dim match As System.Predicate(Of NGraphVertex) Dim value As System.Boolean value = instance.TrueForAll(match)
[__DynamicallyInvokable()] public System.bool TrueForAll( System.Predicate<NGraphVertex> match )
Parameters
- match