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