SIL.FieldWorks.FdoUi.InflectionClassEditor.FilterType C# (CSharp) 메소드

FilterType() 공개 정적인 메소드

Get a type we can use to create a compatible filter.
public static FilterType ( ) : Type
리턴 System.Type
		public static Type FilterType()
		{
			return typeof(InflectionClassFilter);
		}
	}