StringSegment.Implicit Operatör

Tanım

Aşırı Yüklemeler

Name Description
Implicit(StringSegment to ReadOnlyMemory<Char>)

Verilen StringSegmentiçinden bir see ReadOnlyMemory<T> oluşturur.

Implicit(StringSegment to ReadOnlySpan<Char>)

Verilen StringSegmentiçinden bir see ReadOnlySpan<T> oluşturur.

Implicit(String to StringSegment)

Verilen Stringsürümünden yeni StringSegment bir oluşturur.

Implicit(StringSegment to ReadOnlyMemory<Char>)

Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs

Verilen StringSegmentiçinden bir see ReadOnlyMemory<T> oluşturur.

public:
 static operator ReadOnlyMemory<char>(Microsoft::Extensions::Primitives::StringSegment segment);
public static implicit operator ReadOnlyMemory<char>(Microsoft.Extensions.Primitives.StringSegment segment);
static member op_Implicit : Microsoft.Extensions.Primitives.StringSegment -> ReadOnlyMemory<char>
Public Shared Widening Operator CType (segment As StringSegment) As ReadOnlyMemory(Of Char)

Parametreler

segment
StringSegment

StringSegment bir öğesine dönüştürmek içinReadOnlyMemory<T>.

Döndürülenler

Şunlara uygulanır

Implicit(StringSegment to ReadOnlySpan<Char>)

Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs

Verilen StringSegmentiçinden bir see ReadOnlySpan<T> oluşturur.

public:
 static operator ReadOnlySpan<char>(Microsoft::Extensions::Primitives::StringSegment segment);
public static implicit operator ReadOnlySpan<char>(Microsoft.Extensions.Primitives.StringSegment segment);
static member op_Implicit : Microsoft.Extensions.Primitives.StringSegment -> ReadOnlySpan<char>
Public Shared Widening Operator CType (segment As StringSegment) As ReadOnlySpan(Of Char)

Parametreler

segment
StringSegment

StringSegment bir öğesine dönüştürmek içinReadOnlySpan<T>.

Döndürülenler

Şunlara uygulanır

Implicit(String to StringSegment)

Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs
Kaynak:
StringSegment.cs

Verilen Stringsürümünden yeni StringSegment bir oluşturur.

public:
 static operator Microsoft::Extensions::Primitives::StringSegment(System::String ^ value);
public static implicit operator Microsoft.Extensions.Primitives.StringSegment(string? value);
static member op_Implicit : string -> Microsoft.Extensions.Primitives.StringSegment
Public Shared Widening Operator CType (value As String) As StringSegment

Parametreler

value
String

String bir öğesine dönüştürmek içinStringSegment.

Döndürülenler

Şunlara uygulanır