Partager via


LiteralPathSegment(String, StringComparison) Constructeur

Définition

Cette API prend en charge l’infrastructure et n’est pas destinée à être utilisée directement dans votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures.

public:
 LiteralPathSegment(System::String ^ value, StringComparison comparisonType);
public LiteralPathSegment (string value, StringComparison comparisonType);
new Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment : string * StringComparison -> Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment
Public Sub New (value As String, comparisonType As StringComparison)

Paramètres

value
String
comparisonType
StringComparison

S’applique à