SIL.FieldWorks.IText.ConcordanceControl.MaxConcordanceMatches C# (CSharp) Method

MaxConcordanceMatches() public static method

public static MaxConcordanceMatches ( ) : int
return int
		public static int MaxConcordanceMatches()
		{
			// TODO: pull this value from the registry? or make it a settable option?
			return 10000;
		}