MemberNamePredicate Delegate  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.