public DefaultGetObjectGraph(IGetSubGraph getSubGraph) { if (getSubGraph == null) { throw new ArgumentNullException("getSubGraph"); } this._getSubGraph = getSubGraph; }
public DefaultGetObjectGraph(IGetSubGraph getSubGraph, TypeExclusions typeExclusions) : base(typeExclusions) { if (getSubGraph == null) { throw new ArgumentNullException("getSubGraph"); } this._getSubGraph = getSubGraph; }
public DefaultGetObjectGraph(IGetSubGraph getSubGraph) { if (getSubGraph == null) throw new ArgumentNullException("getSubGraph"); this._getSubGraph = getSubGraph; }
public DefaultGetObjectGraph(IGetSubGraph getSubGraph, TypeExclusions typeExclusions) : base(typeExclusions) { if (getSubGraph == null) throw new ArgumentNullException("getSubGraph"); this._getSubGraph = getSubGraph; }