/// <summary> /// Clones this object by performing a shallow copy of the collection items. /// </summary> /// <returns>A shallow copy of this object.</returns> public override object Clone() { VsCfgProviderEventListenerCollection clone = new VsCfgProviderEventListenerCollection(); this.CloneInto(clone); return(clone); }
/// <summary> /// Clones this object by performing a shallow copy of the collection items. /// </summary> /// <returns>A shallow copy of this object.</returns> public override object Clone() { VsCfgProviderEventListenerCollection clone = new VsCfgProviderEventListenerCollection(); this.CloneInto(clone); return clone; }