Table of Contents

Interface IFilenameFilter

Namespace
Java.Io
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/io/FilenameFilter.html

public interface IFilenameFilter
Extension Methods

Methods

Accept(File, String)

bool Accept(File arg0, String arg1)

Parameters

arg0 File

File

arg1 String

String

Returns

bool

bool