Determines if a delegate will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
bool Reflect( NRDelegate nrDelegate )
Parameters
- nrDelegate
- Type: NReflect.NREntities.NRDelegate
The delegate to test.
Return Value
True if the delegate should be reflected.See Also