ReflectAllFilter.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

public bool Reflect(
	NRMethod nrMethod
)

Return Value

True, so the method will be reflected.

Implements

IFilter.Reflect(NRMethod)
See Also