Determines if a method will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public bool Reflect( NRConstructor nrConstructor )
Parameters
- nrConstructor
- Type: NReflect.NRMembers.NRConstructor
The method to test.
Return Value
False if the method should not be reflected.Implements
IFilter.Reflect(NRConstructor)See Also