/// <summary> /// Creates a new instance /// </summary> public InfrastructureCallReferencedElementsCollection(InfrastructureCall parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public InfrastructureCallChildrenCollection(InfrastructureCall parent) { this._parent = parent; }