다음을 통해 공유


MatcherContext 생성자

정의

이 API는 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다.

public:
 MatcherContext(System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileSystemGlobbing::Internal::IPattern ^> ^ includePatterns, System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileSystemGlobbing::Internal::IPattern ^> ^ excludePatterns, Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directoryInfo, StringComparison comparison);
public MatcherContext (System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern> includePatterns, System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern> excludePatterns, Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directoryInfo, StringComparison comparison);
new Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext : seq<Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern> * seq<Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern> * Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase * StringComparison -> Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext
Public Sub New (includePatterns As IEnumerable(Of IPattern), excludePatterns As IEnumerable(Of IPattern), directoryInfo As DirectoryInfoBase, comparison As StringComparison)

매개 변수

includePatterns
IEnumerable<IPattern>
excludePatterns
IEnumerable<IPattern>
directoryInfo
DirectoryInfoBase
comparison
StringComparison

적용 대상