PatternContextRagged.CalculateStem(FileInfoBase) Method

Definition

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.

protected:
 System::String ^ CalculateStem(Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase ^ matchedFile);
protected string CalculateStem (Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase matchedFile);
member this.CalculateStem : Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase -> string
Protected Function CalculateStem (matchedFile As FileInfoBase) As String

Parameters

matchedFile
FileInfoBase

Returns

Applies to