SIL.FieldWorks.Common.RootSites.CollectorEnv.AddStringAlt C# (CSharp) Method

AddStringAlt() public method

Add all the alternatives, in a very primitive arrangement. Not used much if at all.
public AddStringAlt ( int tag ) : void
tag int tag
return void
		public void AddStringAlt(int tag)
		{
			// TODO: If we ever implement this, we need to do the following:
			//IncrementPropCount(tag);
			throw new NotImplementedException("AddStringAlt is not yet implemented in CollectorEnv");
		}