internal static void WriteValueMapList<T>( this Utf8JsonWriter writer, string propertyName, IReadOnlyCollection<T> values ) where T : AbstractValueMap<T>
In This Article