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