MatcherContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
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)
Parameters
- includePatterns
- IEnumerable<IPattern>
- excludePatterns
- IEnumerable<IPattern>
- directoryInfo
- DirectoryInfoBase
- comparison
- StringComparison
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.