iTextSharp.text.MarkedSection.AddAll C# (CSharp) Méthode

AddAll() public méthode

public AddAll ( ICollection collection ) : bool
collection ICollection
Résultat bool
        public bool AddAll(ICollection collection) {
            return ((Section)element).AddAll(collection);
        }