MemberNamePredicate Delegate

Definition

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

C#
public delegate bool MemberNamePredicate(string memberName);

Parameters

memberName
String

Return Value

true if the memberName matches the predicate, otherwise false.

Applies to

Product Versions
PowerShell SDK 7.2.0, 7.3.0, 7.4.0