NotFoundDirectoryContents クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
存在しないディレクトリを表します。
public ref class NotFoundDirectoryContents : Microsoft::Extensions::FileProviders::IDirectoryContents, System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileProviders::IFileInfo ^>
public class NotFoundDirectoryContents : Microsoft.Extensions.FileProviders.IDirectoryContents, System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileProviders.IFileInfo>
type NotFoundDirectoryContents = class
interface IDirectoryContents
interface seq<IFileInfo>
interface IEnumerable
Public Class NotFoundDirectoryContents
Implements IDirectoryContents, IEnumerable(Of IFileInfo)
- 継承
-
NotFoundDirectoryContents
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| NotFoundDirectoryContents() |
NotFoundDirectoryContents クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Exists |
常に |
| Singleton |
NotFoundDirectoryContentsの共有インスタンスを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |