NFe.Components.IniFile.DeleteKey C# (CSharp) Метод

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

public DeleteKey ( string Key, string Section = null ) : void
Key string
Section string
Результат void
        public void DeleteKey(string Key, string Section = null)
        {
            Write(Key, null, Section ?? EXE);
        }