SIL.FieldWorks.Common.RootSites.CollectorEnv.AddStringAlt C# (CSharp) Метод

AddStringAlt() публичный Метод

Add all the alternatives, in a very primitive arrangement. Not used much if at all.
public AddStringAlt ( int tag ) : void
tag int tag
Результат 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");
		}