SIL.FieldWorks.Common.Controls.PartGenerator.ReplaceAttrAndAppend.DoTheAppends C# (CSharp) Method

DoTheAppends() private method

private DoTheAppends ( ) : void
return void
			internal void DoTheAppends()
			{
				foreach (XmlAttribute xa in m_targets)
					XmlUtils.AppendAttribute(xa.OwnerElement, m_newAttrName, m_newAttrVal);
			}
		}
PartGenerator.ReplaceAttrAndAppend