Table of Contents

Class NotFoundDirectoryContents

Namespace
Acuit.Pinpoint.FileProviders
Assembly
Acuit.Pinpoint.Configuration.dll

Represents a non-existing directory

public class NotFoundDirectoryContents : IDirectoryContents, IEnumerable<IFileInfo>, IEnumerable
Inheritance
NotFoundDirectoryContents
Implements
Inherited Members

Properties

Exists

Always false.

public bool Exists { get; }

Property Value

bool

Singleton

A shared instance of NotFoundDirectoryContents

public static NotFoundDirectoryContents Singleton { get; }

Property Value

NotFoundDirectoryContents

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<IFileInfo> GetEnumerator()

Returns

IEnumerator<IFileInfo>

An enumerator to an empty collection.