Table of Contents

Interface IFilenameFilter

Namespace
Java.Io
Assembly
MASES.JNet.dll

.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)

Parameters

arg0 File

File

arg1 String

String

Returns

bool

bool