Determines if an attribute will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public bool Reflect( NRAttribute nrAttribute )
Parameters
- nrAttribute
- Type: NReflect.NRAttributes.NRAttribute
The attribute to test.
Return Value
True if the attribute should be reflected.Implements
IFilter.Reflect(NRAttribute)See Also