MemberNamePredicate Delegate

Definition

A Predicate that determine if a member name matches a criterion.

public delegate bool MemberNamePredicate(string memberName);
type MemberNamePredicate = delegate of string -> bool
Public Delegate Function MemberNamePredicate(memberName As String) As Boolean 

Parameters

memberName
String

Return Value

true if the memberName matches the predicate, otherwise false.

Applies to