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;
		}