SupportClass.SetSupport.AddAll C# (CSharp) Méthode

AddAll() public méthode

Adds all the elements contained in the specified support class collection.
public AddAll ( CollectionSupport collection ) : bool
collection CollectionSupport The collection used to extract the elements that will be added.
Résultat bool
        public virtual bool AddAll(CollectionSupport collection)
        {
            return this.AddAll((System.Collections.ICollection)collection);
        }

Same methods

SupportClass.SetSupport::AddAll ( System collection ) : bool