System.Reflection.MemberFilter Delegate

Represents a delegate that is used to filter a list of members represented in an array of System.Reflection.MemberInfo objects.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate bool MemberFilter (MemberInfo m, object filterCriteria)

Parameters

m
Documentation for this section has not yet been entered.
filterCriteria
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Every derived class of a Delegate and MulticastDelegate has a constructor and an Invoke method. (See the code example in Delegate.)

The Type.FindMembers(MemberTypes, BindingFlags, MemberFilter, object) method uses this delegate to filter the list of members that it returns.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0