IFilter.Reflect Method (NRMethod)NReflect
Determines if a method will be reflected.

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

bool Reflect(
	NRMethod nrMethod
)

Return Value

True if the method should be reflected.
See Also