net10.0
namespace System
{
    public static class MemoryExtensions
    {
        [OverloadResolutionPriority(-1)]
        public static int IndexOfAny(this Span<char> span, SearchValues<string!>! values);
    }
}
Design Reviews
.NET
9.010.0
Information specific to net10.0
Assembly

System.Memory , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

The API is automatically referenced.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API