<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.Runtime.CompilerServices.DynamicAttribute
namespace System.
Runtime.
CompilerServices
{
public sealed class DynamicAttribute :
Attribute
{
public IList<
bool>
TransformFlags { get; }
public DynamicAttribute();
public DynamicAttribute(
bool[]
transformFlags);
}
}