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