Table of Contents

Interface IFileAttribute<T>

Namespace
Java.Nio.File.Attribute
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/FileAttribute.html

public interface IFileAttribute<T>

Type Parameters

T

Methods

Name()

String Name()

Returns

String

String

Value()

T Value()

Returns

T

T