Επεξεργασία

Κοινή χρήση μέσω


WildcardPathSegment Constructor

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.

public:
 WildcardPathSegment(System::String ^ beginsWith, System::Collections::Generic::List<System::String ^> ^ contains, System::String ^ endsWith, StringComparison comparisonType);
public WildcardPathSegment (string beginsWith, System.Collections.Generic.List<string> contains, string endsWith, StringComparison comparisonType);
new Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment : string * System.Collections.Generic.List<string> * string * StringComparison -> Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment
Public Sub New (beginsWith As String, contains As List(Of String), endsWith As String, comparisonType As StringComparison)

Parameters

beginsWith
String
contains
List<String>
endsWith
String
comparisonType
StringComparison

Applies to