SIL.FieldWorks.IText.ConcordanceControl.MaxConcordanceMatches C# (CSharp) Метод

MaxConcordanceMatches() публичный статический Метод

public static MaxConcordanceMatches ( ) : int
Результат int
		public static int MaxConcordanceMatches()
		{
			// TODO: pull this value from the registry? or make it a settable option?
			return 10000;
		}