Method WithCycles
WithCycles(int)
Creates a handler with the specified number of reflection cycles.
public static ReflectionHandler WithCycles(int cycles)
Parameters
cyclesintThe number of reflection cycles.
Returns
- ReflectionHandler
A new handler with the specified cycles.