BarcodeImpl.Barcode.enable C# (CSharp) Метод

enable() публичный Метод

public enable ( string>.IReadOnlyDictionary propertyMap, IMethodResult oResult ) : void
propertyMap string>.IReadOnlyDictionary
oResult IMethodResult
Результат void
        public override void enable(IReadOnlyDictionary<string, string> propertyMap, IMethodResult oResult)
        {
            _isEnable = true;
        }
                
Barcode