LiteralPathSegment(String, StringComparison) Konstruktor

Definition

Diese API unterstützt die Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Diese API kann sich ändern oder in zukünftigen Releases entfernt werden.

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)

Parameter

value
String
comparisonType
StringComparison

Gilt für: