SIL.FieldWorks.FDO.DomainServices.DataMigration.Version19WritingSystemDefn.WriteCollationRulesFromOtherLanguage C# (CSharp) Method

WriteCollationRulesFromOtherLanguage() private method

private WriteCollationRulesFromOtherLanguage ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void
		private void WriteCollationRulesFromOtherLanguage(XmlWriter writer)
		{

			writer.WriteStartElement("base");
			WriteElementWithAttribute(writer, "alias", "source", SortRules);
			writer.WriteEndElement();
		}