System.Runtime.InteropServices.BestFitMappingAttribute.BestFitMappingAttribute C# (CSharp) Method

BestFitMappingAttribute() public method

public BestFitMappingAttribute ( bool BestFitMapping ) : System
BestFitMapping bool
return System
        public BestFitMappingAttribute(bool BestFitMapping)
        {
            _bestFitMapping = BestFitMapping;
        }
BestFitMappingAttribute