Interface IFilenameFilter
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/io/FilenameFilter.html
public interface IFilenameFilter
Methods
Accept(File, String)
bool Accept(File arg0, String arg1)