IFilter.Reflect Method (NRStruct)NReflect
Determines if a struct will be reflected.

Namespace: NReflect.Filter
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

bool Reflect(
	NRStruct nrStruct
)

Return Value

True if the struct should be reflected.
See Also