Condividi tramite


LiteralPathSegment(String, StringComparison) Costruttore

Definizione

Questa API supporta l'infrastruttura e non può essere usata direttamente dal codice. Questa API può cambiare o essere rimossa nelle versioni future.

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)

Parametri

value
String
comparisonType
StringComparison

Si applica a