SIL.FieldWorks.FdoUi.InflectionClassEditor.FilterType C# (CSharp) Méthode

FilterType() public static méthode

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