Determines if a enum will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Parameters
- nrEnum
- Type: NReflect.NREntities.NREnum
The enum to test.
Return Value
True if the enum should be reflected.Implements
IFilter.Reflect(NREnum)See Also