public void Add(PragmaCollection pragmas) { foreach (PragmaCollection.Item item in pragmas) { m_Items.Add(item); } }