iTextSharp.text.pdf.PdfCopyFieldsImp.MergeWithMaster C# (CSharp) Метод

MergeWithMaster() приватный Метод

private MergeWithMaster ( AcroFields.Item>.IDictionary fd ) : void
fd AcroFields.Item>.IDictionary
Результат void
        internal void MergeWithMaster(IDictionary<string,AcroFields.Item> fd)
        {
            foreach (KeyValuePair<string,AcroFields.Item> entry in fd) {
                String name = entry.Key;
                MergeField(name, entry.Value);
            }
        }