Determines if a method will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Parameters
- nrMethod
- Type: NReflect.NRMembers.NRMethod
The method to test.
Return Value
True, so the method will be reflected.Implements
IFilter.Reflect(NRMethod)See Also