SpanExtensions
AsBytes<T>(ReadOnlySpan<T>)
AsBytes<T>(Span<T>)
AsSpan(String)
AsSpan<T>(ArraySegment<T>)
AsSpan<T>(T[])
CopyTo<T>(T[], Span<T>)
IndexOf(ReadOnlySpan<Byte>, Byte)
IndexOf(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
IndexOf(Span<Byte>, Byte)
IndexOf(Span<Byte>, ReadOnlySpan<Byte>)
IndexOf<T>(ReadOnlySpan<T>, ReadOnlySpan<T>)
IndexOf<T>(ReadOnlySpan<T>, T)
IndexOf<T>(Span<T>, ReadOnlySpan<T>)
IndexOf<T>(Span<T>, T)
IndexOfAny(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
IndexOfAny(Span<Byte>, ReadOnlySpan<Byte>)
IndexOfAny(ReadOnlySpan<Byte>, Byte, Byte)
IndexOfAny(Span<Byte>, Byte, Byte)
IndexOfAny(ReadOnlySpan<Byte>, Byte, Byte, Byte)
IndexOfAny(Span<Byte>, Byte, Byte, Byte)
NonPortableCast<TFrom, TTo>(ReadOnlySpan<TFrom>)
NonPortableCast<TFrom, TTo>(Span<TFrom>)
SequenceEqual(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
SequenceEqual(Span<Byte>, ReadOnlySpan<Byte>)
SequenceEqual<T>(ReadOnlySpan<T>, ReadOnlySpan<T>)
SequenceEqual<T>(Span<T>, ReadOnlySpan<T>)
StartsWith(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
StartsWith(Span<Byte>, ReadOnlySpan<Byte>)
StartsWith<T>(ReadOnlySpan<T>, ReadOnlySpan<T>)
StartsWith<T>(Span<T>, ReadOnlySpan<T>)
netcoreapp2.0
namespace Microsoft.AspNetCore.Server.Kestrel.Internal.System
{
public static class SpanExtensions
{
public static bool StartsWith<T>(this Span<T> span, ReadOnlySpan<T> value)
where T, struct, IEquatable<T>;
}
}
.NET Core | 2.0 |
---|---|
Information specific to netcoreapp2.0 | |
Assembly | Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions , Version=2.0.4.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API