Megosztás a következőn keresztül:


IPatternContext.Declare(Action<IPathSegment,Boolean>) Method

Definition

Overloads

Declare(Action<IPathSegment,Boolean>)

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.

Declare(Action<IPathSegment,Boolean>)

Source:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.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:
 void Declare(Action<Microsoft::Extensions::FileSystemGlobbing::Internal::IPathSegment ^, bool> ^ onDeclare);
public void Declare (Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,bool> onDeclare);
abstract member Declare : Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, bool> -> unit
Public Sub Declare (onDeclare As Action(Of IPathSegment, Boolean))

Parameters

Applies to