PatternContext<TFrame>.Test Method

Definition

Overloads

Test(DirectoryInfoBase)

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.

Test(FileInfoBase)

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.

Test(DirectoryInfoBase)

Source:
PatternContext.cs
Source:
PatternContext.cs
Source:
PatternContext.cs

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:
 abstract bool Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directory);
public abstract bool Test (Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directory);
abstract member Test : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> bool
Public MustOverride Function Test (directory As DirectoryInfoBase) As Boolean

Parameters

directory
DirectoryInfoBase

Returns

Implements

Applies to

Test(FileInfoBase)

Source:
PatternContext.cs
Source:
PatternContext.cs
Source:
PatternContext.cs

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:
 abstract Microsoft::Extensions::FileSystemGlobbing::Internal::PatternTestResult Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase ^ file);
public abstract Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult Test (Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase file);
abstract member Test : Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase -> Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult
Public MustOverride Function Test (file As FileInfoBase) As PatternTestResult

Parameters

Returns

Implements

Applies to