<PackageReference Include="Serilog" Version="4.4.0-dev-02438" />
System.Runtime.CompilerServices.CollectionBuilderAttribute
namespace System.
Runtime.
CompilerServices
{
internal sealed class CollectionBuilderAttribute :
Attribute
{
public Type BuilderType { get; }
public string MethodName { get; }
public CollectionBuilderAttribute(
Type builderType,
string methodName);
}
}