BuildReferencesDecorator constructor

BuildReferencesDecorator(
  1. IReferences nextReferences,
  2. IReferences topReferences
)

Creates a new instance of the decorator.

  • nextReferences the next references or decorator in the chain.
  • topReferences the decorator at the top of the chain.