public CycleDetectorComponentAdapter(IComponentAdapter theDelegate, Hashtable set, IObjectReference reference) : base(theDelegate) { this.set = set; this.reference = reference; }
public CycleDetectorComponentAdapter(IComponentAdapter theDelegate, Hashtable set, PicoContainer.Defaults.IObjectReference reference) : base(theDelegate) { this.set = set; this.reference = reference; }