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