System.Runtime.InteropServices.BestFitMappingAttribute
namespace System.Runtime.InteropServices
{
public sealed class BestFitMappingAttribute : Attribute
{
public bool ThrowOnUnmappableChar;
public bool BestFitMapping { get; }
public BestFitMappingAttribute(bool BestFitMapping);
}
}