SIL.FieldWorks.FdoUi.InflectionClassEditor.FilterType C# (CSharp) Method

FilterType() public static method

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