net11.0
namespace System.Text.Json.Serialization.Metadata
{
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static class JsonMetadataServices
    {
        public static JsonTypeInfo<TCollection>! CreateIReadOnlySetInfo<TCollection, TElement>(JsonSerializerOptions! options, JsonCollectionInfoValues<TCollection>! collectionInfo)
            where TCollection, IReadOnlySet<TElement>!;
    }
}
.NET
10.011.0
Information specific to net11.0
Assembly

System.Text.Json , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API