iTextSharp.text.MarkedSection.AddAll C# (CSharp) Method

AddAll() public method

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