CompositeDirectoryContents 클래스
정의
IFileProvider의 목록 및 경로에 대한 GetDirectoryContents(String) 호출 컴퍼지션 결과를 나타냅니다.Represents the result of a call composition of GetDirectoryContents(String) for a list of IFileProvider and a path.
public ref class CompositeDirectoryContents : Microsoft::Extensions::FileProviders::IDirectoryContents, System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileProviders::IFileInfo ^>
public class CompositeDirectoryContents : Microsoft.Extensions.FileProviders.IDirectoryContents, System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileProviders.IFileInfo>
type CompositeDirectoryContents = class
interface IDirectoryContents
interface seq<IFileInfo>
interface IEnumerable
Public Class CompositeDirectoryContents
Implements IDirectoryContents, IEnumerable(Of IFileInfo)
- 상속
-
CompositeDirectoryContents
- 구현
생성자
CompositeDirectoryContents(IList<IFileProvider>, String) |
GetDirectoryContents(String) 호출 컴퍼지션 결과를 나타내는 CompositeDirectoryContents의 새 인스턴스를 만듭니다.Creates a new instance of CompositeDirectoryContents to represents the result of a call composition of GetDirectoryContents(String). |
속성
Exists |
지정된 공급자가 있으면 True입니다.True if any given providers exists. |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
지정된 모든 공급자의 모든 파일에 대한 열거자를 만듭니다.Creates an enumerator for all files in all providers given. 컬렉션의 각 항목이 고유한지 확인합니다.Ensures each item in the collection is distinct. |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
확장 메서드
CopyToDataTable<T>(IEnumerable<T>) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
제네릭 매개 변수 |